mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +00:00
PR: rename to List.concatUtf8
This commit is contained in:
parent
33e8a7a439
commit
f7bec802c0
18 changed files with 81 additions and 89 deletions
|
|
@ -170,11 +170,11 @@ mod solve_expr {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn string_concat_utf8() {
|
||||
fn list_concat_utf8() {
|
||||
infer_eq_without_problem(
|
||||
indoc!(
|
||||
r"
|
||||
Str.concatUtf8
|
||||
List.concatUtf8
|
||||
"
|
||||
),
|
||||
"List U8, Str -> List U8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue