diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-08-11 16:28:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-08-11 17:57:29 +0800 |
commit | 6fe0ea884f692a460cdf084c28900fc44dec0018 (patch) | |
tree | 68fdfcf8bdaf3c18ab06af2a7a32d6eb3fc1c809 /test/diagnostics/lowercase-global.lua | |
parent | 736e54a8ecaada2dacd0fd0ae35ad03aa75a7149 (diff) | |
download | lua-language-server-6fe0ea884f692a460cdf084c28900fc44dec0018.zip |
cleanup tests
Diffstat (limited to 'test/diagnostics/lowercase-global.lua')
-rw-r--r-- | test/diagnostics/lowercase-global.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/diagnostics/lowercase-global.lua b/test/diagnostics/lowercase-global.lua new file mode 100644 index 00000000..5e1d70a9 --- /dev/null +++ b/test/diagnostics/lowercase-global.lua @@ -0,0 +1,6 @@ +TEST [[ +<!aa!> = 1 +tostring = 1 +ROOT = 1 +_G.bb = 1 +]] |