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=543615716d005cc8e0142cd923f7d24e55702f78;p=p5sagit%2Fp5-mst-13.2.git LC_COLLATE. Big patch to add, document, and test LC_COLLATE support. \n not necessarily lt ' '. --- diff --git a/t/base/term.t b/t/base/term.t index 42cd56f..7bbb80e 100755 --- a/t/base/term.t +++ b/t/base/term.t @@ -7,7 +7,7 @@ print "1..6\n"; # check "" interpretation $x = "\n"; -if ($x lt ' ') {print "ok 1\n";} else {print "not ok 1\n";} +if ($x eq chr(10)) {print "ok 1\n";} else {print "not ok 1\n";} # check `` processing