This website requires JavaScript.
Explore
Help
Register
Sign In
zaphar
/
ucg
Watch
1
Star
0
Fork
0
You've already forked ucg
mirror of
https://github.com/zaphar/ucg.git
synced
2025-07-22 18:19:54 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ucg
/
integration_tests
/
empty_test.ucg
5 lines
75 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
TESTS: Add a whole raft of integration tests. * Integrate them into the build::comopile_test module as well.
2018-08-20 22:16:42 -05:00
let empty = NULL;
let tpl = {
foo = NULL,
};
FEATURE: More ergonomic syntax for asserts.
2018-08-20 22:51:55 -05:00
assert |tpl.foo == empty|;
Reference in New Issue
Copy Permalink