mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Move WELCOME_MESSAGE to be cli-specific
This commit is contained in:
parent
0ab49454b3
commit
e6b9446755
4 changed files with 17 additions and 17 deletions
|
@ -1,11 +1,11 @@
|
|||
use roc_repl_cli::WELCOME_MESSAGE;
|
||||
use roc_repl_ui::SHORT_INSTRUCTIONS;
|
||||
use roc_test_utils::assert_multiline_str_eq;
|
||||
use std::env;
|
||||
use std::io::Write;
|
||||
use std::path::PathBuf;
|
||||
use std::process::{Command, ExitStatus, Stdio};
|
||||
|
||||
use roc_repl_ui::{SHORT_INSTRUCTIONS, WELCOME_MESSAGE};
|
||||
use roc_test_utils::assert_multiline_str_eq;
|
||||
|
||||
const ERROR_MESSAGE_START: char = '─';
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
@ -1403,7 +1403,7 @@ fn interpolation_with_nested_interpolation() {
|
|||
<https://www.roc-lang.org/tutorial#string-interpolation>
|
||||
|
||||
|
||||
Enter an expression to evaluate, or a definition (like x = 1) to use in future expressions.
|
||||
Enter an expression to evaluate, or a definition (like x = 1) to use later.
|
||||
|
||||
Tips:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue