diff options
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 +]] |