Miraculous typo.
Jarkko Hietaniemi [Mon, 20 Nov 2000 04:09:55 +0000 (04:09 +0000)]
p4raw-id: //depot/perl@7761

t/op/pat.t

index c6555f7..18f79c8 100755 (executable)
@@ -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" );