diff options
Diffstat (limited to 'server/test/full/normal.lua')
-rw-r--r-- | server/test/full/normal.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/test/full/normal.lua b/server/test/full/normal.lua index 02b1f4f0..c6897067 100644 --- a/server/test/full/normal.lua +++ b/server/test/full/normal.lua @@ -126,3 +126,7 @@ TEST [[ return function () end ]] + +TEST [[ +t[...] = 1 +]] |