Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 68223ca64241acfc1dea999743f820cb > files > 2

perl-Template-Plugin-YAML-1.22-4mdv2009.0.src.rpm

diff -ur Template-Plugin-YAML-1.22/t/00simple.t Template-Plugin-YAML/t/00simple.t
--- Template-Plugin-YAML-1.22/t/00simple.t	2003-07-31 08:38:44.000000000 +1000
+++ Template-Plugin-YAML/t/00simple.t	2006-09-23 13:16:52.000000000 +1000
@@ -11,4 +11,4 @@
 
 is( $tt->error, undef );
 
-is( $out, "--- #YAML:1.0\n- foo: bar\n- foo: baz\n", "got what we expected" );
+is( $out, "---\n- foo: bar\n- foo: baz\n", "got what we expected" );