ucg/example_errors/errors_test.ucg
Jeremy Wall d2f0ea9f24 FEATURE: Better error reporting.
Slight change to how assert works to support this. We no longer automatically add
a semicolon to the expressions we require the user to right them. This updates the
docs to illustrate that and reformats our integration test suite for this and
readability.
2018-11-06 19:40:56 -06:00

16 lines
275 B
Plaintext

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|;