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
/
concatenation_test.ucg
6 lines
113 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
assert |
"hello " + "world" == "hello world";
|;
assert |
[1, 2, 3] + [4, 5, 6] == [1, 2, 3, 4, 5, 6];
|;
Reference in New Issue
Copy Permalink