mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Remove scalars and graphemes from Str
This commit is contained in:
parent
65738acb26
commit
b48fa0698a
26 changed files with 140 additions and 12721 deletions
|
@ -268,11 +268,6 @@ fn str_concat() {
|
|||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn str_count_graphemes() {
|
||||
expect_success("Str.countGraphemes \"å🤔\"", "2 : Nat");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn literal_empty_list() {
|
||||
expect_success("[]", "[] : List *");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue