aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lua
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2017-08-27 10:18:13 +0200
committerPhilipp Janda <siffiejoe@gmx.net>2017-08-27 10:18:13 +0200
commit8b399a1c21ec80b405f1aadeac01d7230922f3b0 (patch)
treed11498b47e25ebf2b0c9ffddd5f7c25bedc097a1 /tests/test.lua
parent7ceb999157d71e29c93c4b2b83ba9c3c46191191 (diff)
parent67aabb83a1eeea860b1a9a2104c90b80a523268a (diff)
downloadlua-compat-5.3-8b399a1c21ec80b405f1aadeac01d7230922f3b0.tar.gz
lua-compat-5.3-8b399a1c21ec80b405f1aadeac01d7230922f3b0.tar.bz2
lua-compat-5.3-8b399a1c21ec80b405f1aadeac01d7230922f3b0.zip
Merge branch 'daurnimator-pushstring-return'
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 be16af9..582f55e 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -776,6 +776,9 @@ meta.__name = "XXX"
776print(mod.tolstring(ud):gsub(":.*$", ": yyy")) 776print(mod.tolstring(ud):gsub(":.*$", ": yyy"))
777 777
778___'' 778___''
779print(mod.pushstring())
780
781___''
779print(mod.buffer()) 782print(mod.buffer())
780 783
781___'' 784___''