Lines Matching refs:split
73 def checkRoundtrips(self, url, parsed, split):
102 self.assertEqual(result, split)
105 self.assertEqual(t, split)
175 for url, parsed, split in str_cases + bytes_cases:
176 self.checkRoundtrips(url, parsed, split)
210 for url, parsed, split in test_cases:
213 split = (scheme,) + split
214 self.checkRoundtrips(url, parsed, split)
1043 assert set(result.split('&')) == {'a=1', 'a=2', 'b=3', 'b=4', 'b=5'}
1189 and (hex_chars & set(unicodedata.decomposition(c).split()))