Update tests

This commit is contained in:
Richard Feldman 2023-03-26 10:17:36 -04:00
parent ae906ca7b3
commit 21e14589b0
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
3 changed files with 105 additions and 37 deletions

View file

@ -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"
"#
),