115
115
eq('http://host/ab/%C2%B5/%C2%B5',
116
116
normalize_url(u'http://host/ab/%C2%B5/\xb5'))
118
124
# Normalize verifies URLs when they are not unicode
119
125
# (indicating they did not come from the user)
120
126
self.assertRaises(InvalidURL, normalize_url, 'http://host/\xb5')