From 3de6de1ffa5e09314d6f283b6f5af3b07bcf88ed Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 23 Sep 2021 21:19:39 -0700 Subject: Added builtins for lua library --- Lua/test.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Lua/test.lua') 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")) -- cgit v1.2.3