ucg/example_errors/errors_test.ucg

17 lines
288 B
Plaintext
Raw Normal View History

2018-08-30 21:00:28 -05:00
assert |macro |;
assert |{ foo = hello world}|;
assert |{ foo = "hello world"|;
assert |{ = }|;
assert |"|;
assert |=|;
assert |let |;
assert |let foo |;
assert |let foo =|;
assert |import |;
assert |import foo |;
assert |out |;
assert |out "|;
assert |out json|;
assert |let env = 1;|;