mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Fix some repl tests
This commit is contained in:
parent
73bf7ac904
commit
b2f3163be8
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue