|
|
|
@ -119,10 +119,21 @@ class BottomSheetActivityTest { |
|
|
|
|
arrayOf("https://mastodon.foo.bar/@user/345667890345678", true), |
|
|
|
|
arrayOf("https://mastodon.foo.bar/@user/3", true), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/users/meh3223", true), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/users/meh3223_bruh", true), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/users/2345", true), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/notice/9", true), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/notice/9345678", true), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/notice/wat", true), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/notice/9qTHT2ANWUdXzENqC0", true), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/objects/abcdef-123-abcd-9876543", true), |
|
|
|
|
arrayOf("https://misskey.foo.bar/notes/mew", true), |
|
|
|
|
arrayOf("https://misskey.foo.bar/notes/1421564653", true), |
|
|
|
|
arrayOf("https://misskey.foo.bar/notes/qwer615985ddf", true), |
|
|
|
|
arrayOf("https://friendica.foo.bar/profile/user", true), |
|
|
|
|
arrayOf("https://friendica.foo.bar/profile/uSeR", true), |
|
|
|
|
arrayOf("https://friendica.foo.bar/profile/user_user", true), |
|
|
|
|
arrayOf("https://friendica.foo.bar/profile/123", true), |
|
|
|
|
arrayOf("https://friendica.foo.bar/display/abcdef-123-abcd-9876543", true), |
|
|
|
|
arrayOf("https://google.com/", false), |
|
|
|
|
arrayOf("https://mastodon.foo.bar/@User?foo=bar", false), |
|
|
|
|
arrayOf("https://mastodon.foo.bar/@User#foo", false), |
|
|
|
@ -131,13 +142,23 @@ class BottomSheetActivityTest { |
|
|
|
|
arrayOf("https://mastodon.foo.bar/@user/345667890345678/", false), |
|
|
|
|
arrayOf("https://mastodon.foo.bar/@user/3abce", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/users/", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/users/meow/", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/users/@meow", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/user/2345", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/notice/wat", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/notices/123456", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/notice/@neverhappen/", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/object/abcdef-123-abcd-9876543", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/objects/xabcdef-123-abcd-9876543", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/objects/xabcdef-123-abcd-9876543/", false), |
|
|
|
|
arrayOf("https://pleroma.foo.bar/objects/xabcdef-123-abcd_9876543", false) |
|
|
|
|
arrayOf("https://pleroma.foo.bar/objects/xabcdef-123-abcd_9876543", false), |
|
|
|
|
arrayOf("https://friendica.foo.bar/display/xabcdef-123-abcd-9876543", false), |
|
|
|
|
arrayOf("https://friendica.foo.bar/display/xabcdef-123-abcd-9876543/", false), |
|
|
|
|
arrayOf("https://friendica.foo.bar/display/xabcdef-123-abcd_9876543", false), |
|
|
|
|
arrayOf("https://friendica.foo.bar/profile/@mew", false), |
|
|
|
|
arrayOf("https://friendica.foo.bar/profile/@mew/", false), |
|
|
|
|
arrayOf("https://misskey.foo.bar/notes/@nyan", false), |
|
|
|
|
arrayOf("https://misskey.foo.bar/notes/NYAN123", false), |
|
|
|
|
arrayOf("https://misskey.foo.bar/notes/meow123/", false) |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -299,4 +320,4 @@ class BottomSheetActivityTest { |
|
|
|
|
this.fallbackBehavior = fallbackBehavior |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|