Add for loop
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
7182024342
commit
42e0056374
16 changed files with 775 additions and 44 deletions
7
tests/cases/simple_for.nomo
Normal file
7
tests/cases/simple_for.nomo
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"values": [ "one", "two" ]
|
||||
}
|
||||
---
|
||||
{{ for value in values -}}
|
||||
{{-= value }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue