[Templates-cvs] cvs commit: Template2/lib/Template Parser.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Tue, 01 Jul 2003 13:44:57 +0100
cvs 03/07/01 12:44:56
Modified: lib/Template Parser.pm
Log:
This small change un-confuses vim's syntax highlighter, but doesn't make any functional changes (it changes a comment).
Revision Changes Path
2.75 +3 -3 Template2/lib/Template/Parser.pm
Index: Parser.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Parser.pm,v
retrieving revision 2.74
retrieving revision 2.75
diff -u -r2.74 -r2.75
--- Parser.pm 2003/04/24 09:14:38 2.74
+++ Parser.pm 2003/07/01 12:44:56 2.75
@@ -31,7 +31,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Parser.pm,v 2.74 2003/04/24 09:14:38 abw Exp $
+# $Id: Parser.pm,v 2.75 2003/07/01 12:44:56 darren Exp $
#
#============================================================================
@@ -54,7 +54,7 @@
use constant ERROR => 2;
use constant ABORT => 3;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.74 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.75 $ =~ /(\d+)\.(\d+)/);
$DEBUG = 0 unless defined $DEBUG;
$ERROR = '';
@@ -490,7 +490,7 @@
(\#[^\n]*)
|
# a quoted phrase matches in $3
- (["']) # $2 - opening quote, " or '
+ (["']) # $2 - opening quote, ' or "
( # $3 - quoted text buffer
(?: # repeat group (no backreference)
\\\\ # an escaped backslash \\