diff options
Diffstat (limited to 'spec/inputs')
-rw-r--r-- | spec/inputs/import.yue | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/spec/inputs/import.yue b/spec/inputs/import.yue index e206d04..570b909 100644 --- a/spec/inputs/import.yue +++ b/spec/inputs/import.yue | |||
@@ -1,17 +1,12 @@ | |||
1 | 1 | ||
2 | 2 | ||
3 | import hello from yeah | 3 | import hello from yeah |
4 | import hello, world from table["cool"] | 4 | import holla, world from table["cool"] |
5 | |||
6 | import a, \b, c from items | ||
7 | 5 | ||
6 | import x, \y, z from items | ||
8 | 7 | ||
9 | import master, \ghost from find "mytable" | 8 | import master, \ghost from find "mytable" |
10 | 9 | ||
11 | |||
12 | a, yumm = 3434, "hello" | ||
13 | |||
14 | |||
15 | _table_0 = 232 | 10 | _table_0 = 232 |
16 | 11 | ||
17 | import something from a table | 12 | import something from a table |