make test fail for missed small string conversion

This commit is contained in:
Dan Knutson 2021-10-24 23:16:42 -05:00
parent 438ffdb18e
commit 1de0e5d99b

View file

@ -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" {