mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)
This commit is contained in:
parent
120e01f162
commit
3483944568
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ describe("util.jid", function()
|
|||
end);
|
||||
it("should fail for JIDs that fail stringprep", function ()
|
||||
test("node@invalid-\128-server", nil, nil, nil);
|
||||
test("node@invalid-\194\128-server", nil, nil, nil);
|
||||
test("<invalid node>@server", nil, nil, nil);
|
||||
test("node@server/invalid-\000-resource", nil, nil, nil);
|
||||
end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue