##// END OF EJS Templates
Add failing test for issue gh-4728
Thomas Kluyver -
Show More
@@ -206,6 +206,11 b' syntax_ml = \\'
206 (' ....: print i',' print i'),
206 (' ....: print i',' print i'),
207 (' ....: ', ''),
207 (' ....: ', ''),
208 ],
208 ],
209 [('In [24]: for i in range(10):','for i in range(10):'),
210 # Qt console prompts expand with spaces, not dots
211 (' ...: print i',' print i'),
212 (' ...: ', ''),
213 ],
209 [('In [2]: a="""','a="""'),
214 [('In [2]: a="""','a="""'),
210 (' ...: 123"""','123"""'),
215 (' ...: 123"""','123"""'),
211 ],
216 ],
General Comments 0
You need to be logged in to leave comments. Login now