diff trunk/src/dil/parser/Parser.d @ 759:9c47f377ca0b

Revised module cmd.Generate. Added class TagMapLoader. Fixed StringExpression.getString() and related code in the Parser. Added options 'xml_map' and 'html_map' to config.d
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 15 Feb 2008 02:07:53 +0100
parents 90668b83ae5e
children c909a3d3fa52
line wrap: on
line diff
--- a/trunk/src/dil/parser/Parser.d	Thu Feb 14 03:31:19 2008 +0100
+++ b/trunk/src/dil/parser/Parser.d	Fri Feb 15 02:07:53 2008 +0100
@@ -3214,6 +3214,7 @@
             postfix = token.pf;
         else if (token.pf && token.pf != postfix)
           error(token, MSG.StringPostfixMismatch);
+        str.length = str.length - 1;
         str ~= token.str;
         nT();
       }