mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.serialization: Test table keys that are Lua keywords
This commit is contained in:
parent
69f91fa214
commit
a796f87cc3
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ describe("util.serialization", function ()
|
|||
test("nödåtgärd");
|
||||
test({1,2,3,4});
|
||||
test({foo={[100]={{"bar"},{baz=1}}}});
|
||||
test({["goto"] = {["function"]={["do"]="keywords"}}});
|
||||
end);
|
||||
end);
|
||||
end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue