Skip to content

Commit e839bfb

Browse files
committed
additional test
1 parent 4b1293e commit e839bfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_markup.py

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ def test_re_match():
2121
assert RE_TAGS.match("[color(1)]")
2222
assert RE_TAGS.match("[#ff00ff]")
2323
assert RE_TAGS.match("[/]")
24+
assert RE_TAGS.match("[@]")
25+
assert RE_TAGS.match("[@foo]")
26+
assert RE_TAGS.match("[@foo=bar]")
2427

2528

2629
def test_escape():

0 commit comments

Comments
 (0)