diff --git a/IPython/core/tests/test_inputtransformer.py b/IPython/core/tests/test_inputtransformer.py index f9fe368..d55a63f 100644 --- a/IPython/core/tests/test_inputtransformer.py +++ b/IPython/core/tests/test_inputtransformer.py @@ -206,6 +206,11 @@ syntax_ml = \ (' ....: print i',' print i'), (' ....: ', ''), ], + [('In [24]: for i in range(10):','for i in range(10):'), + # Qt console prompts expand with spaces, not dots + (' ...: print i',' print i'), + (' ...: ', ''), + ], [('In [2]: a="""','a="""'), (' ...: 123"""','123"""'), ],