diff options
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/diagnostics/init.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/test/diagnostics/init.lua b/server/test/diagnostics/init.lua index fc9e8ec3..83725a33 100644 --- a/server/test/diagnostics/init.lua +++ b/server/test/diagnostics/init.lua @@ -119,3 +119,10 @@ TEST [[ print(_G) ('string') ]] + +TEST [[ +local function x(a, b) + return a, b +end +x(1, 2, <!3!>) +]] |