mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +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
|
@ -232,16 +232,6 @@ fn str_capacity_concat() {
|
|||
valgrind_test(r#"Str.withCapacity 42 |> Str.concat "foobar""#);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn append_scalar() {
|
||||
valgrind_test(indoc!(
|
||||
r#"
|
||||
Str.appendScalar "abcd" 'A'
|
||||
|> Result.withDefault ""
|
||||
"#
|
||||
));
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn split_not_present() {
|
||||
valgrind_test(indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue