Exemple #1
0
 def test_combining_width(self):
     assert_equal(get_console_length(self.nfd), 3)
Exemple #2
0
 def test_east_asian_width(self):
     assert_equal(get_console_length(self.len16_asian), 16)
Exemple #3
0
 def test_console_width(self):
     assert_equal(get_console_length(self.ten_normal), 10)
Exemple #4
0
 def test_combining_width(self):
     assert_equal(get_console_length(self.nfd), 3)
Exemple #5
0
 def test_east_asian_width(self):
     assert_equal(get_console_length(self.len16_asian), 16)
Exemple #6
0
 def test_console_width(self):
     assert_equal(get_console_length(self.ten_normal), 10)