We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540bf58 commit 08b3d5dCopy full SHA for 08b3d5d
tests/pylt/tests/t-lua.py
@@ -12,6 +12,7 @@
12
local custom_obj = {["data"] = "test string"}
13
setmetatable(custom_obj, {["__tostring"] = function(obj) return nil .. obj["data"] end})
14
15
+print("EXPECT LUA TRACEBACK IN THE NEXT LINES:")
16
print("bar", "custom_obj=", custom_obj)
17
18
local function extract_info(vr)
0 commit comments