##// END OF EJS Templates
Add failing test for gh-6025
Thomas Kluyver -
Show More
@@ -212,6 +212,10 b' syntax_ml = \\'
212 ('...', ''),
212 ('...', ''),
213 ('... return x', ' return x'),
213 ('... return x', ' return x'),
214 ],
214 ],
215 [('board = """....', 'board = """....'),
216 ('....', '....'),
217 ('...."""', '...."""'),
218 ],
215 ],
219 ],
216
220
217 ipy_prompt =
221 ipy_prompt =
General Comments 0
You need to be logged in to leave comments. Login now