Update repl expect

This commit is contained in:
Ayaz Hafiz 2022-09-20 15:26:55 -05:00
parent 0bcbc065c2
commit 18fe355863
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

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