mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Only consider the last line of stdout in repl tests
This commit is contained in:
parent
5fdca82519
commit
9f7a38408a
2 changed files with 7 additions and 6 deletions
|
@ -1067,10 +1067,9 @@ fn dec_in_repl() {
|
|||
r#"
|
||||
x: Dec
|
||||
x=1.23
|
||||
x
|
||||
"#
|
||||
x"#
|
||||
),
|
||||
r#"1.23 : Dec"#,
|
||||
"1.23 : Dec",
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue