mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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);
|
end);
|
||||||
it("should fail for JIDs that fail stringprep", function ()
|
it("should fail for JIDs that fail stringprep", function ()
|
||||||
test("node@invalid-\128-server", nil, nil, nil);
|
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("<invalid node>@server", nil, nil, nil);
|
||||||
test("node@server/invalid-\000-resource", nil, nil, nil);
|
test("node@server/invalid-\000-resource", nil, nil, nil);
|
||||||
end);
|
end);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue