Fix most repl tests

This commit is contained in:
Richard Feldman 2022-10-30 05:47:05 -04:00
parent 752e315ada
commit 062d532fa4
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 9 additions and 5 deletions

View file

@ -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;