Fix some repl tests

This commit is contained in:
Richard Feldman 2023-09-18 15:44:28 -05:00
parent 73bf7ac904
commit b2f3163be8
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -1405,11 +1405,10 @@ fn interpolation_with_nested_interpolation() {
Enter an expression to evaluate, or a definition (like x = 1) to use later.
Tips:
- ctrl-v + ctrl-j makes a newline
- :q to quit
- :help shows this text again"#
- :q quits
- :help shows this text again
"#
),
// TODO figure out why the tests prints the repl help text at the end, but only after syntax errors or something?
// In the actual repl this doesn't happen, only in the test.