mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
assert {func };
|
|
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};
|
|
|
|
assert {let env = 1;}; |