Author: bernhard
Date: Sun Oct 30 04:32:48 2005
New Revision: 9644

Modified:
   trunk/t/library/pge.t
Log:
Forgot to comment out an early 'end' op.


Modified: trunk/t/library/pge.t
==============================================================================
--- trunk/t/library/pge.t       (original)
+++ trunk/t/library/pge.t       Sun Oct 30 04:32:48 2005
@@ -290,7 +290,7 @@ pir_output_is(<<'CODE', <<'OUT', "This m
   rulesub_b( input_string ) 
 
   print "ok1\n"
-  end
+  # end
 
   rulesub_a( input_string ) 
   print "ok2\n"

Reply via email to