mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
f69303f264
2 changed files with 10 additions and 1 deletions
|
@ -297,6 +297,7 @@ describe("util.stanza", function()
|
|||
["number"] = 1234, ["table"] = {};
|
||||
["utf8"] = string.char(0xF4, 0x90, 0x80, 0x80);
|
||||
["nil"] = "nil"; ["boolean"] = true;
|
||||
["control characters"] = "\0\1\2\3";
|
||||
};
|
||||
|
||||
for value_type, value in pairs(invalid_names) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue