11 lines
257 B
Text
11 lines
257 B
Text
---
|
|
source: tests/file_tests.rs
|
|
expression: output
|
|
info:
|
|
input: "{{ if test }}\n Not Hello World! :C\n{{ else if another_test }}\n Hello World!\n{{ end }}"
|
|
context:
|
|
test: false
|
|
stuff: more
|
|
another_test: true
|
|
---
|
|
"\n Hello World!\n"
|