REFACTOR: Remove unneeded error examples.

This commit is contained in:
Jeremy Wall 2019-02-03 20:57:30 -06:00
parent 276c155264
commit 92ef85d068
3 changed files with 0 additions and 19 deletions

View File

@ -1 +0,0 @@
import

View File

@ -1 +0,0 @@
let x =

View File

@ -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;};