Skip to content

Commit ff5b592

Browse files
committed
Added forgotten comment
1 parent f016ef4 commit ff5b592

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/syntax.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ local pc, _ = pcall(function()
1111
return (0)[char]
1212
end)
1313

14+
-- Checks for unparser bug
1415
print(pc == false and "yes" or "no")
1516
local ok = pcall(function(...)
1617
print("hello " .. ...)

0 commit comments

Comments
 (0)