Commit graph

6 commits

Author SHA1 Message Date
cafehaine
f3bf1d287f Fix tests 2020-09-23 21:15:37 +02:00
Anthony Scopatz
4b304b1763 fixed replay tests 2017-02-25 21:28:28 -05:00
Anthony Scopatz
338769c163 line ending fixes 2015-10-10 13:05:19 -04:00
Burak Yigit Kaya
3bcc38b447 Fix invalid lexer type error
Anything stored in `env` is always cast to string so remove
`HIGHLIGHTING_LEXER` variable since it is directly passed to
prompt_toolkit and it is always a string when restoring from `env`
causing `prompt_toolkit` to throw an error because it expects a `Lexer`
instance.
2015-10-06 11:40:27 +03:00
Anthony Scopatz
7d70392a0c allow history inspection post-at-exit 2015-08-23 19:29:35 -04:00
Anthony Scopatz
43bc6d48c2 some replay tests 2015-08-23 16:50:54 -04:00