diff options
Diffstat (limited to 'spec/inputs/import.yue')
-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' |