##// END OF EJS Templates
Brief docstring to explain test.
Thomas Kluyver -
Show More
@@ -114,6 +114,8 b' class InteractiveShellTestCase(unittest.TestCase):'
114 ip.run_cell('!(true)\n\n\n', False)
114 ip.run_cell('!(true)\n\n\n', False)
115
115
116 def test_gh_597(self):
116 def test_gh_597(self):
117 """Pretty-printing lists of objects with non-ascii reprs may cause
118 problems."""
117 class Spam(object):
119 class Spam(object):
118 def __repr__(self):
120 def __repr__(self):
119 return "\xe9"*50
121 return "\xe9"*50
General Comments 0
You need to be logged in to leave comments. Login now