diff options
Diffstat (limited to 'Lua/test.lua')
| -rw-r--r-- | Lua/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lua/test.lua b/Lua/test.lua index d812009..48a2ffa 100644 --- a/Lua/test.lua +++ b/Lua/test.lua @@ -38,7 +38,7 @@ print("Testing parse errors:") local ok, msg = pcall(function() bp.match(".;//;;; wtf", "xxx") end) -if not ok then print(("\x1B[41;30mParse error:\x1B[0;1;31m %s\x1B[m\n"):format(msg)) end +if not ok then print(("Successfully got parse error: \"%s\"\n"):format(msg)) end print("Testing builtins:") print(bp.match("parens", "...(foo())...")) |
