Skip to content

Commit bb2c1be

Browse files
committed
add additional unicode tests
Add remaining tests from ppannuto#33 that are fixed by ppannuto#46 (thanks again @acabal!). Closes ppannuto#33.
1 parent 7884281 commit bb2c1be

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

titlecase/tests.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,22 @@
268268
"EL NIÑO A ARRIVÉ HIER",
269269
"El Niño a Arrivé Hier",
270270
),
271+
(
272+
"YEA NO",
273+
"Yea No",
274+
),
275+
(
276+
"ÝÆ ÑØ",
277+
"Ýæ Ñø",
278+
),
279+
(
280+
"yea no",
281+
"Yea No",
282+
),
283+
(
284+
"ýæ ñø",
285+
"Ýæ Ñø",
286+
),
271287
)
272288

273289

0 commit comments

Comments
 (0)