mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Update tests
This commit is contained in:
parent
ae906ca7b3
commit
21e14589b0
3 changed files with 105 additions and 37 deletions
|
@ -666,10 +666,16 @@ mod test {
|
|||
|
||||
When it failed, these variables had these values:
|
||||
|
||||
a : [Err Str, Ok Str]
|
||||
a : [
|
||||
Err Str,
|
||||
Ok Str,
|
||||
]
|
||||
a = Ok "Astra mortemque praestare gradatim"
|
||||
|
||||
b : [Err Str, Ok Str]
|
||||
b : [
|
||||
Err Str,
|
||||
Ok Str,
|
||||
]
|
||||
b = Err "Profundum et fundamentum"
|
||||
"#
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue