You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/test_namespaces_pattern.py
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,11 @@ def setUp(self):
54
54
"x_example.test.test#test/pl-PL/.example.test#another-collection/.org.example#a-different-collection/en-CA-newfound", # valid BCP-47 tag and multiple segments
55
55
"example.test", # valid namespace with dots following reverse domain notation
56
56
"x_example.test#test", # valid namespace with x_ prefix and dots following reverse domain notation
57
-
"aa.example", # valid namespace with dots following reverse domain notation for 2-letter TLD based on private use of ISO-3166
58
-
"x_au.com.example#bar"# valid namespace with x_ prefix and dots following reverse domain notation
59
-
"abc//.example.test#test",
60
-
"abc//.com.au.example#test",
61
-
"abc//.example.test#test/.example.test#test",
57
+
"aa.example", # valid namespace with dots following reverse domain notation for 2-letter TLD based on private use of ISO-3166
58
+
"x_aa.example#test"# valid namespace with x_ prefix and dots following reverse domain notation
0 commit comments