use utf-8 encoding
[webpac2] / t / 2-parse.t
index 23687c1..34a795b 100755 (executable)
@@ -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' );