X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=t%2F2-parse.t;h=34a795bdc114ff0d6320429bf7c658eee09e4253;hb=33156dfb36756fcafdf27a56b3254344aab06d09;hp=23687c1bd2f1ea5129a7436ae75f3220c4d6db2a;hpb=3e2e5e0538a0b48c731d2d7f1358fea89c03f9b2;p=webpac2 diff --git a/t/2-parse.t b/t/2-parse.t index 23687c1..34a795b 100755 --- a/t/2-parse.t +++ b/t/2-parse.t @@ -154,5 +154,5 @@ diag "test = ",dump( @test ) if $debug; ok(! $@, "eval: $@" ); -is_deeply( [ @test ], [ "foo", "foo", "bar >>2<<", "bar >>42<<" ], 'sub executed' ); +is_deeply( [ @test ], [ "foo", "foo", "bar >>2<<", "bar >>42<<", 1,2,3 ], 'source fixed' );