mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Cargo fmt
This commit is contained in:
parent
c00d400d85
commit
ae38a0d3ff
4 changed files with 12 additions and 12 deletions
|
@ -866,7 +866,7 @@ fn str_from_utf8_range_slice() {
|
|||
#[test]
|
||||
fn str_from_utf8_range_slice_not_end() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
indoc!(
|
||||
r#"
|
||||
bytes = Str.toUtf8 "hello"
|
||||
when Str.fromUtf8Range bytes { count: 3, start: 1 } is
|
||||
|
@ -882,7 +882,7 @@ fn str_from_utf8_range_slice_not_end() {
|
|||
#[test]
|
||||
fn str_from_utf8_range_order_does_not_matter() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
indoc!(
|
||||
r#"
|
||||
bytes = Str.toUtf8 "hello"
|
||||
when Str.fromUtf8Range bytes { start: 1, count: 3 } is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue