Show More
@@ -243,7 +243,7 b' class TestCompleter(unittest.TestCase):' | |||||
243 | ip = get_ipython() |
|
243 | ip = get_ipython() | |
244 |
|
244 | |||
245 | name, matches = ip.complete("\\Ⅴ") |
|
245 | name, matches = ip.complete("\\Ⅴ") | |
246 |
nt.assert_equal(matches, |
|
246 | nt.assert_equal(matches, ("\\ROMAN NUMERAL FIVE",)) | |
247 |
|
247 | |||
248 | def test_forward_unicode_completion(self): |
|
248 | def test_forward_unicode_completion(self): | |
249 | ip = get_ipython() |
|
249 | ip = get_ipython() |
General Comments 0
You need to be logged in to leave comments.
Login now