projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adbc488
)
LC_COLLATE.
author
Jarkko Hietaniemi
<jhi@alpha.hut.fi>
Mon, 7 Oct 1996 19:03:00 +0000
(22:03 +0300)
committer
Andy Dougherty
<doughera@lafcol.lafayette.edu>
Mon, 7 Oct 1996 19:03:00 +0000
(22:03 +0300)
Big patch to add, document, and test LC_COLLATE support.
t/op/magic.t
patch
|
blob
|
history
diff --git
a/t/op/magic.t
b/t/op/magic.t
index b43f71c809cfb4fd992ae191925967b562e24e9f..b46dade75dea8eb47fcfe890cca163f628e33fac 100755
(executable)
--- a/
t/op/magic.t
+++ b/
t/op/magic.t
@@
-30,7
+30,7
@@
system './perl', '-e', <<'END';
print "ok 3\n";
}
else {
- print "not ok 3
$a
\n";
+ print "not ok 3
($x @_)
\n";
}
}