aboutsummaryrefslogtreecommitdiff
path: root/Lua/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Lua/test.lua')
-rw-r--r--Lua/test.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lua/test.lua b/Lua/test.lua
index 6da3505..df7a63d 100644
--- a/Lua/test.lua
+++ b/Lua/test.lua
@@ -35,3 +35,6 @@ local ok, msg = pcall(function()
bp.match("xxx", ".;//;;; wtf")
end)
if not ok then print(("\x1B[41;30mParse error:\x1B[0;1;31m %s\x1B[m\n"):format(msg)) end
+
+print("Testing builtins:")
+print(bp.match("...(foo())...", "parens"))