summaryrefslogtreecommitdiff
path: root/_test/test_tag.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_tag.py')
-rw-r--r--_test/test_tag.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/_test/test_tag.py b/_test/test_tag.py
index 40e3f69..6447779 100644
--- a/_test/test_tag.py
+++ b/_test/test_tag.py
@@ -65,7 +65,8 @@ class TestIndentFailures:
language: python
""")
- def test_spec_6_26_tag_shorthands(self):
+ @pytest.mark.xfail(strict=True) # type: ignore
+ def test_spec_6_26_tag_shorthands(self) -> None:
round_trip("""\
%TAG !e! tag:example.com,2000:app/
---