From: Jarkko Hietaniemi Date: Mon, 20 Nov 2000 04:09:55 +0000 (+0000) Subject: Miraculous typo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75369ccb33fa29ab4c6d6ce09c190e16a002605d;p=p5sagit%2Fp5-mst-13.2.git Miraculous typo. p4raw-id: //depot/perl@7761 --- diff --git a/t/op/pat.t b/t/op/pat.t index c6555f7..18f79c8 100755 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -1064,7 +1064,8 @@ my %space = ( spc => " ", cr => "\r", lf => "\n", ff => "\f", -# The vertical tabulator seems miraculously be 12 both in ASCII and EBCDIC. +# There's no \v but the vertical tabulator seems miraculously +# be 11 both in ASCII and EBCDIC. vt => chr(11), false => "space" );