Kaydet (Commit) 4eda9372 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add another testcase

üst 37d3ff14
......@@ -572,6 +572,7 @@ class UnicodeTest(string_tests.CommonTest,
self.assertEqual('fi'.casefold(), 'fi')
self.assertEqual('\u03a3'.casefold(), '\u03c3')
self.assertEqual('A\u0345\u03a3'.casefold(), 'a\u03b9\u03c3')
self.assertEqual('\u00b5'.casefold(), '\u03bc')
def test_upper(self):
string_tests.CommonTest.test_upper(self)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment