-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add list of cases for manual testing #39
Comments
In my first draft of #38 I apparently failed to test basic line editing functionality (moving backwards in the line, editing it, and having the buffer redraw correctly) :-| |
Text on the same line as the prompt should not be erased. |
I wonder what options there are to automate these kind of tests. I use a little bit of expect for testing some basic REPL stuff for fq but it has turned out quite hard to make the tests stable. Think i did look a bit at using https://github.com/charmbracelet/vhs but don't remember why i gave up on it. But those kind of tests wont really help testing for different platforms :( |
Alt-Arrow cases as in #59 |
We've accumulated a lot of cases that are likely to break:
async
command in readline-demo)The text was updated successfully, but these errors were encountered: