Skip to content
Snippets Groups Projects
Commit 6df045ce authored by Philipp Hörist's avatar Philipp Hörist
Browse files

chore: Styling: Add more tests

parent 03033dfa
No related branches found
No related tags found
No related merge requests found
......@@ -325,6 +325,8 @@
EMAILS = [
'asd@asd.at',
'asd@asd.asd.at',
'asd@asd.asd-asd.at',
'asd-asd@asd.asdasd.at',
'mailto:foo@bar.com.uk',
]
......@@ -339,6 +341,7 @@
URL_WITH_TEXT = [
('see this http://userid@example.com/ link', 'http://userid@example.com/'),
('see this http://userid@example.com/, and ..', 'http://userid@example.com/'),
('<http://userid@example.com/>', 'http://userid@example.com/'),
]
XMPP_URIS = [
......@@ -392,6 +395,5 @@ def test_xmpp_uris(self):
self.assertTrue(text[start:end] == result)
if __name__ == "__main__":
unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment