X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flineno.t;h=279c324d7e2328194dcd931e827137657c6cd733;hb=5424bb4a885554829b311cceb8a44822d7bab1c0;hp=dabddf598f4bb52ce2621ff11b6152b991ff2423;hpb=db81d362a1901dbeccf6063a39e86b35b2838875;p=p5sagit%2FFunction-Parameters.git diff --git a/t/lineno.t b/t/lineno.t index dabddf5..279c324 100644 --- a/t/lineno.t +++ b/t/lineno.t @@ -1,7 +1,7 @@ use warnings; use strict; -use Test::More tests => 10; +use Test::More tests => 11; use Function::Parameters; @@ -48,8 +48,8 @@ fun () { test_loc 'LX -- 3'; -TODO: { - local $TODO = 'expressions break line numbers???'; +{ + #local $TODO = 'expressions break line numbers???'; 0 , fun { @@ -60,8 +60,8 @@ TODO: { test_loc 'LX -- 4'; } -TODO: { - local $TODO = 'newlines in prototype/attributes'; +{ + #local $TODO = 'newlines in prototype/attributes'; fun wtf :( @@ -69,6 +69,7 @@ TODO: { : { test_loc 'LX -- 5 (inner)' } + test_loc 'LX -- 5 (bonus)'; wtf; test_loc 'LX -- 5 (outer)'; }