Skip to content

Commit

Permalink
Add failing test for issue ipythongh-4728
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Dec 21, 2013
1 parent b84b26b commit 4e1f998
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IPython/core/tests/test_inputtransformer.py
Expand Up @@ -206,6 +206,11 @@ def transform_checker(tests, transformer, **kwargs):
(' ....: 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"""'),
],
Expand Down

0 comments on commit 4e1f998

Please sign in to comment.