This commit is contained in:
Michael Ficarra
2011-06-17 11:32:08 -04:00
3 changed files with 7 additions and 2 deletions

View File

@@ -414,7 +414,7 @@ exports.Lexer = class Lexer
return str.slice 0, i + 1
end = stack[stack.length - 1]
continue
if end is '}' and letter in ['"', "'"]
if end is '}' and letter in ['"', "'", '/']
stack.push end = letter
else if end is '}' and letter is '{'
stack.push end = '}'