##// END OF EJS Templates
added test for issue #678
Daniel Velkov -
Show More
@@ -534,6 +534,12 b' syntax_ml = \\'
534 (' ....: ', ''),
534 (' ....: ', ''),
535 ],
535 ],
536 ],
536 ],
537
538 multiline_datastructure =
539 [ [('>>> a = [1,','a = [1,'),
540 ('... 2]','2]'),
541 ],
542 ],
537 )
543 )
538
544
539
545
General Comments 0
You need to be logged in to leave comments. Login now