Move files
This commit is contained in:
parent
4cf19ca89f
commit
1fd6450484
68 changed files with 579 additions and 3359 deletions
10
sync_lib/tests/snapshots/web__base64_to_bytes_error.snap
Normal file
10
sync_lib/tests/snapshots/web__base64_to_bytes_error.snap
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
source: sync_lib/tests/web.rs
|
||||
expression: base64_to_bytes(input)
|
||||
snapshot_kind: text
|
||||
---
|
||||
Err(
|
||||
Base64DecodingError {
|
||||
reason: "Invalid symbol 61, offset 0.",
|
||||
},
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue