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 3de45c51..facc0139 100644 --- a/server/test/full/normal.lua +++ b/server/test/full/normal.lua @@ -146,3 +146,7 @@ TEST [[ function scene:selectByCylinder(center, radius, height) end ]] + +TEST [[ +local x = , +]] |