diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 21:19:39 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 21:19:39 -0700 |
| commit | 3de6de1ffa5e09314d6f283b6f5af3b07bcf88ed (patch) | |
| tree | 9052554e856096de0ecac43d079a89733f0ff47a /Lua/test.lua | |
| parent | 0ec89315b43b3adc5b90fe3ab4a778aea6b0e4ea (diff) | |
Added builtins for lua library
Diffstat (limited to 'Lua/test.lua')
| -rw-r--r-- | Lua/test.lua | 3 |
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")) |
