diff options
author | Li Jin <dragon-fly@qq.com> | 2020-10-15 15:21:00 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-10-15 15:21:00 +0800 |
commit | 46f6429cd61315efd337346559598c855e29f921 (patch) | |
tree | aeb2b4f018cbe08ab137f2136b013666135bb893 | |
parent | 2a7256ea8cb8a292d8f395c13ed2462df4c084a0 (diff) | |
download | yuescript-46f6429cd61315efd337346559598c855e29f921.tar.gz yuescript-46f6429cd61315efd337346559598c855e29f921.tar.bz2 yuescript-46f6429cd61315efd337346559598c855e29f921.zip |
add spec.
-rw-r--r-- | spec/inputs/import.mp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/inputs/import.mp b/spec/inputs/import.mp index 99981f8..e075404 100644 --- a/spec/inputs/import.mp +++ b/spec/inputs/import.mp | |||
@@ -56,6 +56,7 @@ do | |||
56 | do | 56 | do |
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 | 60 | ||
60 | do | 61 | do |
61 | global * | 62 | global * |
@@ -64,4 +65,4 @@ do | |||
64 | import "org.package.module-y" | 65 | import "org.package.module-y" |
65 | 66 | ||
66 | do | 67 | do |
67 | import "org.package.module" as {function:func,if:ifVar} | 68 | import "org.package.module" as {function:func, if:ifVar} |