Skip to content

Commit bd80a8b

Browse files
committed
Add tests for string length and pattern matching functionality
1 parent d1f3d30 commit bd80a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

string/string_test.mbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ test "length_eq" {
581581
}
582582

583583
///|
584-
test {
584+
test "string pattern matching" {
585585
enum Token {
586586
True
587587
False

0 commit comments

Comments
 (0)