Change 11452 by jhi@alpha on 2001/07/23 17:22:37

        Test tweak.

Affected files ...

... //depot/perl/ext/B/Deparse.t#4 edit

Differences ...

==== //depot/perl/ext/B/Deparse.t#4 (text) ====
Index: perl/ext/B/Deparse.t
--- perl/ext/B/Deparse.t.~1~    Mon Jul 23 11:30:05 2001
+++ perl/ext/B/Deparse.t        Mon Jul 23 11:30:05 2001
@@ -102,13 +102,11 @@
 $a =~ s{\\340\\242}{\\s} if (ord("\\") == 224); # EBCDIC, cp 1047 or 037
 $a =~ s{\\274\\242}{\\s} if (ord("\\") == 188); # $^O eq 'posix-bc'
 $b = <<'EOF';
-
 LINE: while (defined($_ = <ARGV>)) {
     chomp $_;
     our(@F) = split(" ", $_, 0);
     '???';
 }
-
 EOF
 print "# [$a]\n\# vs expected\n# [$b]\nnot " if $a ne $b;
 print "ok " . $i++ . "\n";
End of Patch.

Reply via email to