mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
make test fail for missed small string conversion
This commit is contained in:
parent
438ffdb18e
commit
1de0e5d99b
1 changed files with 1 additions and 0 deletions
|
@ -1704,6 +1704,7 @@ test "strTrim: large to small" {
|
|||
const trimmed = strTrim(original);
|
||||
|
||||
try expect(trimmed.eq(expected));
|
||||
try expect(trimmed.isSmallStr());
|
||||
}
|
||||
|
||||
test "strTrim: small to small" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue