Logo
Explore Help
Register Sign In
zaphar/ucg
1
0
Fork 0
You've already forked ucg
mirror of https://github.com/zaphar/ucg.git synced 2025-07-25 18:49:50 -04:00
Code Issues Packages Projects Releases Wiki Activity
ucg/example_errors/errors_test.ucg

17 lines
288 B
Plaintext
Raw Normal View History

FEATURE: Use a better DSL for unit tests. * Assert now requires a tuple instead of a string containing statements. * We include a helpful ucg based unit testing module. Fixes: #26
2019-01-08 20:32:16 -06:00
assert {macro };
assert {{ foo = hello world}};
assert {{ foo = "hello world"};
assert {{ = }};
assert {"};
assert {=};
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
FEATURE: Use a better DSL for unit tests. * Assert now requires a tuple instead of a string containing statements. * We include a helpful ucg based unit testing module. Fixes: #26
2019-01-08 20:32:16 -06:00
assert {let };
assert {let foo };
assert {let foo =};
assert {import };
assert {import foo };
assert {out };
assert {out "};
assert {out json};
FEATURE: Check bindings against the reserved word list for imports and let bindings.
2018-11-26 20:22:37 -06:00
FEATURE: Use a better DSL for unit tests. * Assert now requires a tuple instead of a string containing statements. * We include a helpful ucg based unit testing module. Fixes: #26
2019-01-08 20:32:16 -06:00
assert {let env = 1;};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 116ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API