diff options
author | Li Jin <dragon-fly@qq.com> | 2025-03-23 17:27:59 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2025-03-23 17:27:59 +0800 |
commit | 577c2918290db5df573e8ce70470f13418dbcbc3 (patch) | |
tree | 7df030e329eb029af5fdc497ed775eed1c9e70df /spec/inputs/global.yue | |
parent | 08b68269ff6d6f868242dcefce75e1db26e4de61 (diff) | |
download | yuescript-0.27.2.tar.gz yuescript-0.27.2.tar.bz2 yuescript-0.27.2.zip |
Added more test cases.v0.27.2
Diffstat (limited to 'spec/inputs/global.yue')
-rw-r--r-- | spec/inputs/global.yue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/inputs/global.yue b/spec/inputs/global.yue index 59cf764..ce1cc15 100644 --- a/spec/inputs/global.yue +++ b/spec/inputs/global.yue | |||
@@ -75,3 +75,10 @@ do | |||
75 | 75 | ||
76 | h = 100 | 76 | h = 100 |
77 | 77 | ||
78 | do | ||
79 | global x = y | ||
80 | global ^ | ||
81 | foobar = "all lowercase" | ||
82 | FooBar = "pascal case" | ||
83 | FOOBAR = "all uppercase" | ||
84 | |||