diff options
Diffstat (limited to 'tests/test.lua')
| -rwxr-xr-x | tests/test.lua | 3 |
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 | }) |
| 681 | print(pcall(mod.tolstring, t)) | 681 | print(pcall(mod.tolstring, t)) |
| 682 | |||
| 683 | ___'' | ||
| 684 | print(mod.buffer()) | ||
| 682 | ___'' | 685 | ___'' |
| 683 | 686 | ||
