aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.lua')
-rwxr-xr-xtests/test.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 98259fe..83e174e 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -679,5 +679,8 @@ local t = setmetatable({}, {
679 __tostring = function(v) return nil end 679 __tostring = function(v) return nil end
680}) 680})
681print(pcall(mod.tolstring, t)) 681print(pcall(mod.tolstring, t))
682
683___''
684print(mod.buffer())
682___'' 685___''
683 686