diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-07-27 16:56:45 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-07-27 16:56:45 +0800 |
| commit | 99692899d1e793e2cbbaea03107cb0a5f5e5c452 (patch) | |
| tree | 44745041f0aa184b8cafc98427c7b627b38c3c96 /spec/inputs/import.yue | |
| parent | c017493f56e98fcbc88f9459b9c10b3e1acc3e6e (diff) | |
| download | yuescript-0.29.3.tar.gz yuescript-0.29.3.tar.bz2 yuescript-0.29.3.zip | |
Fixed issue #222.v0.29.3
Diffstat (limited to 'spec/inputs/import.yue')
| -rw-r--r-- | spec/inputs/import.yue | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/inputs/import.yue b/spec/inputs/import.yue index b8ffc24..8982e6c 100644 --- a/spec/inputs/import.yue +++ b/spec/inputs/import.yue | |||
| @@ -139,3 +139,13 @@ do | |||
| 139 | import "m" as {c: d} | 139 | import "m" as {c: d} |
| 140 | import "m" as {g, {<close>: i}} | 140 | import "m" as {g, {<close>: i}} |
| 141 | 141 | ||
| 142 | do | ||
| 143 | import require | ||
| 144 | import string as stringlib | ||
| 145 | import string.format | ||
| 146 | import io.read as io_read | ||
| 147 | |||
| 148 | type = -> | ||
| 149 | import type as tp | ||
| 150 | import 月 as yue | ||
| 151 | |||
