mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
TESTS: Added some new test coverage.
This commit is contained in:
parent
21c4237e22
commit
f022e71c0c
@ -1 +1,11 @@
|
|||||||
let empty_list = [];
|
let empty_list = [];
|
||||||
|
|
||||||
|
let concatenated = ["foo"] + ["bar"];
|
||||||
|
|
||||||
|
assert |
|
||||||
|
concatenated == ["foo", "bar"];
|
||||||
|
|;
|
||||||
|
|
||||||
|
assert |
|
||||||
|
concatenated + empty_list == ["foo", "bar"];
|
||||||
|
|;
|
Loading…
x
Reference in New Issue
Block a user