ucg/example_errors/errors_test.ucg

13 lines
243 B
Plaintext

assert |macro |;
assert |{ foo = hello world}|;
assert |{ foo = "hello world"|;
assert |{ = }|;
assert |let foo |;
assert |let |;
assert |import |;
assert |import foo |;
assert |out |;
assert |out "|;
assert |out json|;
assert |"|;
assert |=|;