We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d982014 commit 7b4ea18Copy full SHA for 7b4ea18
1 file changed
test/test-cases/data/match-getvars.lua
@@ -3,8 +3,8 @@ function dump(o)
3
local s = '{ '
4
for k,v in pairs(o) do
5
-- we create a local var because in Lua55
6
- -- variables k and v get an implicit 'const' modifier
7
- -- this works in previous Lua versions too
+ -- variables k and v get an implicit 'const' modifier
+ -- this works in previous Lua versions too
8
local key_str = k
9
if type(key_str) ~= 'number' then
10
key_str = '"'..key_str..'"'
0 commit comments