From d4900452fca51685349966d527d173fdefe83f08 Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 30 Sep 2010 00:42:24 +0200 Subject: ext.utfwidth: stuff --- test/tc_utfwidth.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/tc_utfwidth.py b/test/tc_utfwidth.py index 0288c17b..67ff609e 100644 --- a/test/tc_utfwidth.py +++ b/test/tc_utfwidth.py @@ -42,5 +42,7 @@ class Test(TestCase): self.assertEqual(4, uwid("asdf")) self.assertEqual(5, uwid("löööl")) self.assertEqual(6, uwid("バババ")) + self.assertEqual(1, uwid("äsdf", count=1)) + self.assertEqual(2, uwid("バババ", count=1)) if __name__ == '__main__': main() -- cgit 1.4.1-2-gfad0 aa7e984aab969359d19ba48b4c483271'/> Fork of lines.love for browsing read-only text files; useful starting point for further forksKartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/Manual_tests.md
blob: 068552150df98a241f5ec7fb71d2080c3c999b9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56