Test nit ; goes with change 21591
Rafael Garcia-Suarez [Fri, 31 Oct 2003 20:19:01 +0000 (20:19 +0000)]
p4raw-id: //depot/perl@21593

t/lib/warnings/regcomp

index e9a8d70..4982016 100644 (file)
@@ -78,7 +78,7 @@ no warnings 'regexp' ;
 /[.zog.]/;
 EXPECT
 POSIX syntax [. .] belongs inside character classes in regex; marked by <-- HERE in m/[.zog.] <-- HERE / at - line 5.
-POSIX syntax [. .] is reserved for future extensions in regex; marked by <-- HERE in m/[.zog.] <-- HERE /
+POSIX syntax [. .] is reserved for future extensions in regex; marked by <-- HERE in m/[.zog.] <-- HERE / at - line 5.
 ########
 # regcomp.c [S_regclass]
 $_ = "";