diff options
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/diagnostics/init.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/server/test/diagnostics/init.lua b/server/test/diagnostics/init.lua index 7bba139d..a6dc6d93 100644 --- a/server/test/diagnostics/init.lua +++ b/server/test/diagnostics/init.lua @@ -72,7 +72,7 @@ print(<!X!>) print(<!Log!>) print(_VERSION) print(<!y!>) -print(Z) +print(<!Z!>) Z = 1 ]] @@ -119,6 +119,11 @@ local _ENV ]] TEST [[ +print(1) +_ENV = nil +]] + +TEST [[ print() <!('string')!>:sub(1, 1) ]] |