Start fixing error outputs
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
d6ac7af36b
commit
7f7bf5c98d
16 changed files with 319 additions and 21 deletions
8
tests/errors/invalid_controls.nomo
Normal file
8
tests/errors/invalid_controls.nomo
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{}
|
||||
---
|
||||
{{ if }} {{ end }}
|
||||
{{ if if }} {{ end }}
|
||||
{{ if if }} {{ for foo in bar }} {{ end }} {{ end }}
|
||||
{{ for in bar }} {{ end }}
|
||||
{{ for blah bar }} {{ end }}
|
||||
{{ else }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue