mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
REFACTOR: Remove unneeded error examples.
This commit is contained in:
parent
276c155264
commit
92ef85d068
@ -1 +0,0 @@
|
|||||||
import
|
|
@ -1 +0,0 @@
|
|||||||
let x =
|
|
@ -1,17 +0,0 @@
|
|||||||
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;};
|
|
Loading…
x
Reference in New Issue
Block a user