Mercurial > prosody-hg
diff spec/util_jid_spec.lua @ 14106:b5eeb6730721
Merge 13.0->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 22 Mar 2026 11:28:52 +0100 |
| parents | 27e97e5b2c16 |
| children |
line wrap: on
line diff
--- a/spec/util_jid_spec.lua Wed Mar 11 16:59:10 2026 +0100 +++ b/spec/util_jid_spec.lua Sun Mar 22 11:28:52 2026 +0100 @@ -79,6 +79,7 @@ test("xmpp:test@example.com", nil, nil, nil); test("xmpp:example.com", nil, nil, nil); test("+123@bridge.example.com)", nil, nil, nil); + test("node@2001:db8::50:726f:736f:6479/foo", nil, nil, nil); end); it("should reject invalid arguments", function () assert.has_error(function () jid.prepped_split(false) end)
