Show More
@@ -49,11 +49,11 b' def test_handlers():' | |||
|
49 | 49 | # For many of the below, we're also checking that leading whitespace |
|
50 | 50 | # turns off the esc char, which it should unless there is a continuation |
|
51 | 51 | # line. |
|
52 | run([(i,py3compat.u_format(o)) for i,o in \ | |
|
52 | run( | |
|
53 | 53 | [('"no change"', '"no change"'), # normal |
|
54 | 54 | (u"lsmagic", "get_ipython().run_line_magic('lsmagic', '')"), # magic |
|
55 | 55 | #("a = b # PYTHON-MODE", '_i'), # emacs -- avoids _in cache |
|
56 |
] |
|
|
56 | ]) | |
|
57 | 57 | |
|
58 | 58 | # Objects which are instances of IPyAutocall are *always* autocalled |
|
59 | 59 | autocallable = Autocallable() |
General Comments 0
You need to be logged in to leave comments.
Login now