diff options
Diffstat (limited to 'server/test/diagnostics')
-rw-r--r-- | server/test/diagnostics/init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/test/diagnostics/init.lua b/server/test/diagnostics/init.lua index 62996054..ebdb917a 100644 --- a/server/test/diagnostics/init.lua +++ b/server/test/diagnostics/init.lua @@ -453,3 +453,8 @@ TEST [[ local x x = <!x or 0 + 1!> ]] + +TEST [[ +local x, y +x = <!x + y or 0!> +]] |