Skip to content

Commit fbd77d5

Browse files
committed
TST: test for #2225
1 parent 68c2def commit fbd77d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/tests/test_format.py

+4
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,10 @@ def test_repr_unicode(self):
808808
s = Series([u'\u03c3'] * 10)
809809
repr(s)
810810

811+
a = Series([u"\u05d0"] * 1000)
812+
a.name = 'title1'
813+
repr(a)
814+
811815
def test_to_string(self):
812816
buf = StringIO()
813817

0 commit comments

Comments
 (0)