fix(lexer): Prevent deadlock with unclosed tag

This commit is contained in:
Krzysztof Zabłocki
2017-05-17 22:03:43 +02:00
committed by Kyle Fuller
parent 65a461d0a1
commit 584ed916ab
2 changed files with 10 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ class Scanner {
index = content.index(after: index)
}
content = ""
return ""
}