[Redbutton-devel] SF.net SVN: redbutton: [416] redbutton-author/trunk/parser.l.footer
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-09-23 20:38:16
|
Revision: 416
http://redbutton.svn.sourceforge.net/redbutton/?rev=416&view=rev
Author: skilvington
Date: 2007-09-23 13:38:15 -0700 (Sun, 23 Sep 2007)
Log Message:
-----------
spot misspelt {:tags
Modified Paths:
--------------
redbutton-author/trunk/parser.l.footer
Modified: redbutton-author/trunk/parser.l.footer
===================================================================
--- redbutton-author/trunk/parser.l.footer 2007-09-23 19:16:23 UTC (rev 415)
+++ redbutton-author/trunk/parser.l.footer 2007-09-23 20:38:15 UTC (rev 416)
@@ -1,4 +1,4 @@
-[a-z0-9:]+ return UNKNOWN_WORD;
+[{:a-z0-9]+ return UNKNOWN_WORD;
. return INVALID_CHAR;
%%
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|