diff --git a/IPython/core/tests/test_inputsplitter.py b/IPython/core/tests/test_inputsplitter.py index bf1d79c..c1ba2b7 100644 --- a/IPython/core/tests/test_inputsplitter.py +++ b/IPython/core/tests/test_inputsplitter.py @@ -534,6 +534,12 @@ syntax_ml = \ (' ....: ', ''), ], ], + + multiline_datastructure = + [ [('>>> a = [1,','a = [1,'), + ('... 2]','2]'), + ], + ], )