diff options
author | Li Jin <dragon-fly@qq.com> | 2023-09-22 11:53:24 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-09-22 11:53:24 +0800 |
commit | cf2e784581df4d24b03b85f0ac02514a166150b6 (patch) | |
tree | 2c7bcd1e5c27ae7018b30843b175ecfadbd6af96 /spec/inputs | |
parent | 42f973f85ba7e3934111aa53588b43049c123a56 (diff) | |
download | yuescript-cf2e784581df4d24b03b85f0ac02514a166150b6.tar.gz yuescript-cf2e784581df4d24b03b85f0ac02514a166150b6.tar.bz2 yuescript-cf2e784581df4d24b03b85f0ac02514a166150b6.zip |
fixing issue #149.
Diffstat (limited to 'spec/inputs')
-rw-r--r-- | spec/inputs/import.yue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/inputs/import.yue b/spec/inputs/import.yue index 73e05d2..eb2a487 100644 --- a/spec/inputs/import.yue +++ b/spec/inputs/import.yue | |||
@@ -41,6 +41,10 @@ do | |||
41 | c | 41 | c |
42 | from z | 42 | from z |
43 | 43 | ||
44 | do | ||
45 | import p from "yue" | ||
46 | import item from 'module.part' | ||
47 | import x1, y1, \z1 from "mymodule" | ||
44 | 48 | ||
45 | do | 49 | do |
46 | import 'module' | 50 | import 'module' |