summaryrefslogtreecommitdiff
path: root/spec/inputs/import.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/import.yue')
-rw-r--r--spec/inputs/import.yue5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/inputs/import.yue b/spec/inputs/import.yue
index e075404..6330bcb 100644
--- a/spec/inputs/import.yue
+++ b/spec/inputs/import.yue
@@ -56,7 +56,8 @@ do
56do 56do
57 import "player" as Player 57 import "player" as Player
58 import "lpeg" as {:C, :Ct, :Cmt} 58 import "lpeg" as {:C, :Ct, :Cmt}
59 import "export" as {Something:{umm:{ch}}} 59 import "export" as {one, two, Something:{umm:{ch}}}
60 import "export" as :Another
60 61
61do 62do
62 global * 63 global *
@@ -65,4 +66,4 @@ do
65 import "org.package.module-y" 66 import "org.package.module-y"
66 67
67do 68do
68 import "org.package.module" as {function:func, if:ifVar} 69 import "org.package.module" as function:func, if:ifVar