Fix multiline array comments lexing

This commit is contained in:
Thomas Pelletier
2013-12-09 19:05:29 +01:00
parent 0f6008f46e
commit 72d57d8477
+4
View File
@@ -175,6 +175,10 @@ func lexVoid(l *lexer) stateFn {
l.ignore()
}
if l.depth > 0 {
return lexRvalue
}
if l.next() == eof {
break
}