Author: particle
Date: Sat Jan  7 08:40:28 2006
New Revision: 10967

Modified:
   trunk/t/op/lexicals.t
Log:
t/op/lexicals.t: escape '.' metachar in regex

Modified: trunk/t/op/lexicals.t
==============================================================================
--- trunk/t/op/lexicals.t       (original)
+++ trunk/t/op/lexicals.t       Sat Jan  7 08:40:28 2006
@@ -331,7 +331,7 @@ pir_output_like(<<'CODE', <<'OUTPUT', ':
 .sub foo :outer(oops)
 .end
 CODE
-/Undefined :outer sub 'oops'./
+/Undefined :outer sub 'oops'\./
 OUTPUT
 
 pir_output_is(<<'CODE', <<'OUTPUT', 'get_lexinfo from pad');

Reply via email to