mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Update repl expect
This commit is contained in:
parent
0bcbc065c2
commit
18fe355863
1 changed files with 2 additions and 2 deletions
|
@ -868,7 +868,7 @@ mod test {
|
|||
@NonEmpty c
|
||||
|
||||
when nonEmpty is
|
||||
_ -> False
|
||||
_ -> Bool.false
|
||||
"#
|
||||
),
|
||||
indoc!(
|
||||
|
@ -883,7 +883,7 @@ mod test {
|
|||
13│> @NonEmpty c
|
||||
14│>
|
||||
15│> when nonEmpty is
|
||||
16│> _ -> False
|
||||
16│> _ -> Bool.false
|
||||
|
||||
When it failed, these variables had these values:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue