mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Rename trimLeft to trimStart and trimRight to trimEnd
This commit is contained in:
parent
d10d71cdec
commit
97fa6758d0
16 changed files with 110 additions and 110 deletions
|
@ -3797,11 +3797,11 @@ mod solve_expr {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn str_trim_left() {
|
||||
fn str_trim_start() {
|
||||
infer_eq_without_problem(
|
||||
indoc!(
|
||||
r#"
|
||||
Str.trimLeft
|
||||
Str.trimStart
|
||||
"#
|
||||
),
|
||||
"Str -> Str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue