mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
remove TODO tags
This commit is contained in:
parent
ab060a95b8
commit
e1b9699272
3 changed files with 0 additions and 18 deletions
|
@ -1008,8 +1008,6 @@ fn str_trim_large_to_large() {
|
|||
|
||||
#[test]
|
||||
fn str_trim_large_to_small() {
|
||||
// TODO GIESCH
|
||||
// also check that the 'new' string is correctly small
|
||||
assert_evals_to!(
|
||||
indoc!(r#"Str.trim " hello world ""#),
|
||||
RocStr::from("hello world"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue