Skip to content

Commit f475621

Browse files
committed
test(pre-commit): Adjust test with new scope sign
1 parent eb63f70 commit f475621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def test_r_scope__special_chars():
5353
assert regex.match("(some_thing)")
5454
assert regex.match("(some/thing)")
5555
assert regex.match("(some thing)")
56+
assert regex.match("(some:thing)")
5657

5758

5859
def test_r_delim():

0 commit comments

Comments
 (0)