fix(lexer): Handle incomplete tokens

Fixes #135
This commit is contained in:
Jan Berkel
2017-09-01 11:59:52 +02:00
committed by Kyle Fuller
parent f1fc747897
commit 482d595d01
3 changed files with 14 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
- Fixes a potential crash when using the `{% for %}` template tag with the
incorrect amount of arguments.
- Fixes a potential crash when using incomplete tokens in a template for
example, `{%%}` or `{{}}`.
## 0.9.0