mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
thrashing
This commit is contained in:
parent
46365da73a
commit
13fd72f3d8
2 changed files with 21 additions and 5 deletions
|
@ -1005,3 +1005,12 @@ fn str_trim_hello_world() {
|
|||
RocStr
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn str_trim_hello_world_both_large() {
|
||||
assert_evals_to!(
|
||||
indoc!(r#"Str.trim " hello world world ""#),
|
||||
RocStr::from("hello world world"),
|
||||
RocStr
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue