mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-06 03:28:12 +00:00
Fix JSON objects failing to pass
Maybe I should run the whole test suite, not just the things I think matter? Nah....
This commit is contained in:
parent
e2a635b6e5
commit
666e83cf4f
@ -530,7 +530,7 @@ do
|
||||
|
||||
while true do
|
||||
local key, value
|
||||
if c == "\"" then key, pos = parse_string(str, pos + 1)
|
||||
if c == "\"" then key, pos = parse_string(str, pos + 1, "\"")
|
||||
elseif opts.nbt_style then key, pos = parse_ident(str, pos)
|
||||
else return expected(pos, c, "object key")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user