mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix most repl tests
This commit is contained in:
parent
752e315ada
commit
062d532fa4
2 changed files with 9 additions and 5 deletions
|
@ -22,7 +22,7 @@ pub const WELCOME_MESSAGE: &str = concatcp!(
|
|||
|
||||
// For when nothing is entered in the repl
|
||||
// TODO add link to repl tutorial(does not yet exist).
|
||||
const SHORT_INSTRUCTIONS: &str = "Enter an expression, or :help, or :q to quit.\n";
|
||||
pub const SHORT_INSTRUCTIONS: &str = "Enter an expression, or :help, or :q to quit.\n";
|
||||
|
||||
pub fn main() -> i32 {
|
||||
use rustyline::error::ReadlineError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue