Merge 0.11->trunk

This commit is contained in:
Kim Alvefur 2020-11-11 16:09:55 +01:00
commit f69303f264
2 changed files with 10 additions and 1 deletions

View file

@ -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