mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Simplify repl tips
This commit is contained in:
parent
2bf6dd9b18
commit
1f396871f9
4 changed files with 18 additions and 15 deletions
|
@ -1408,10 +1408,8 @@ fn interpolation_with_nested_interpolation() {
|
|||
Tips:
|
||||
|
||||
- ctrl-v + ctrl-j makes a newline
|
||||
|
||||
- :q to quit
|
||||
|
||||
- :help"#
|
||||
- :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