Skip to content

Commit 3bcddb4

Browse files
committed
missing ,
1 parent e696073 commit 3bcddb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/text/regex/test_core_text_regex.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ iterator_vectors := []Iterator_Test{
12791279
{pos = {{5, 10}}, groups = {"can't"}},
12801280
{pos = {{13, 18}}, groups = {"can't"}},
12811281
},
1282-
}
1282+
},
12831283
}
12841284

12851285
@test

0 commit comments

Comments
 (0)