We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1293e commit e839bfbCopy full SHA for e839bfb
tests/test_markup.py
@@ -21,6 +21,9 @@ def test_re_match():
21
assert RE_TAGS.match("[color(1)]")
22
assert RE_TAGS.match("[#ff00ff]")
23
assert RE_TAGS.match("[/]")
24
+ assert RE_TAGS.match("[@]")
25
+ assert RE_TAGS.match("[@foo]")
26
+ assert RE_TAGS.match("[@foo=bar]")
27
28
29
def test_escape():
0 commit comments