diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_util_jid.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_util_jid.lua b/tests/test_util_jid.lua index b2cf5460..98c85f4a 100644 --- a/tests/test_util_jid.lua +++ b/tests/test_util_jid.lua @@ -33,6 +33,8 @@ function split(split) test(nil, nil, nil , nil ); test("node@/server", nil, nil, nil , nil ); + test("@server", nil, nil, nil , nil ); + test("@server/resource",nil,nil,nil, nil ); end function bare(bare) |