mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Expand repl TIPS
This commit is contained in:
parent
cb7ee6a43a
commit
d6853519d8
2 changed files with 17 additions and 8 deletions
|
@ -88,7 +88,7 @@ fn exhaustiveness_problem() {
|
|||
#[test]
|
||||
fn tips() {
|
||||
assert!(!is_incomplete(""));
|
||||
assert_eq!(ReplState::new().step(""), Ok(format!("\n{TIPS}\n")));
|
||||
assert_eq!(ReplState::new().step(""), Ok(TIPS.to_string()));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue