##// END OF EJS Templates
Fixed error in comments of test for inputtransformer....
Pascal Bugnion -
Show More
@@ -229,7 +229,7 b' syntax_ml = \\'
229 229 (' ...: ', ''),
230 230 ],
231 231 [('In [24]: for i in range(10):','for i in range(10):'),
232 # Sometimes whitespace preceding '...' has been removed (issue #6674)
232 # Sometimes whitespace preceding '...' has been removed
233 233 ('...: print i',' print i'),
234 234 ('...: ', ''),
235 235 ],
General Comments 0
You need to be logged in to leave comments. Login now