##// END OF EJS Templates
test that cell-magics are not transformed mid-cell
MinRK -
Show More
@@ -259,6 +259,9 b' syntax_ml = \\'
259 259 (u'hello', None),
260 260 (None , u_fmt("get_ipython().run_cell_magic({u}'bar', {u}'123', {u}'hello')")),
261 261 ],
262 [(u'a=5', 'a=5'),
263 (u'%%cellmagic', '%%cellmagic'),
264 ],
262 265 ],
263 266
264 267 escaped =
General Comments 0
You need to be logged in to leave comments. Login now