summaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs')
-rw-r--r--spec/inputs/import.yue9
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
3import hello from yeah 3import hello from yeah
4import hello, world from table["cool"] 4import holla, world from table["cool"]
5
6import a, \b, c from items
7 5
6import x, \y, z from items
8 7
9import master, \ghost from find "mytable" 8import master, \ghost from find "mytable"
10 9
11
12a, yumm = 3434, "hello"
13
14
15_table_0 = 232 10_table_0 = 232
16 11
17import something from a table 12import something from a table