projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fcd95d6
)
The #9735 also changes the subtest 12.
Jarkko Hietaniemi [Wed, 18 Apr 2001 04:15:14 +0000 (
04:15
+0000)]
p4raw-id: //depot/perl@9736
t/lib/b.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/b.t
b/t/lib/b.t
index
7681b4d
..
65a8013
100755
(executable)
--- a/
t/lib/b.t
+++ b/
t/lib/b.t
@@
-107,7
+107,7
@@
$b = <<'EOF';
LINE: while (defined($_ = <ARGV>)) {
chomp $_;
- @F = split(/\s+/, $_, 0);
+ @F = split(" ", $_, 0);
'???';
}