Merge pull request #13960 from AnturK/nuclearoption

Random fixes
This commit is contained in:
duncathan salt
2015-12-24 14:12:24 +01:00
2 changed files with 7 additions and 2 deletions
@@ -396,7 +396,7 @@
string(i, list/node)
if(copytext(token(i), 1, 2) in list("'", "\""))
node += token(i)
node += copytext(token(i),2,-1)
else
parse_error("Expected string but found '[token(i)]'")