##// END OF EJS Templates
Fix to allow entering docstring into IPython....
Fix to allow entering docstring into IPython. The EscapeTransformer find method was assuming incorrectly that every line would end with either a NEWLINE or EOF, while this is not the case when encountering multiple line string. This fixes that by making sure we don't index outside of bounds. With this IPython will correctly add a newline at the CLI. Closes #11391

File last commit:

r24595:91ed424e
r24701:ba8538e5
Show More
.meeseeksdev.yml
17 lines | 292 B | text/x-yaml | YamlLexer
special:
everyone:
can:
- say
- tag
- untag
- close
config:
tag:
only:
- async/await
- backported
- help wanted
- documentation
- notebook
- tab-completion
- windows