From: Jarkko Hietaniemi Date: Mon, 7 Oct 1996 19:03:00 +0000 (+0300) Subject: LC_COLLATE. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=652ed9f85cf20840d0aa50601179bf6c68162d78;p=p5sagit%2Fp5-mst-13.2.git LC_COLLATE. Big patch to add, document, and test LC_COLLATE support. --- diff --git a/t/op/magic.t b/t/op/magic.t index b43f71c..b46dade 100755 --- 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"; } }