mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Isolate 20 char delimiter test
This commit is contained in:
parent
a9f8258f0a
commit
1b2022ab5c
1 changed files with 3 additions and 0 deletions
|
@ -214,7 +214,10 @@ mod gen_str {
|
|||
&[small_str("1"), small_str("2"), small_str("")],
|
||||
&'static [[u8; 16]]
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn str_split_small_str_20_char_delimiter() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue