From b87bbd1afd0c4a644d8ecf6e90561b1910ac57c4 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Tue, 2 May 2023 08:07:26 +0200 Subject: fix readme, xfail spec_6_26 --- _test/test_tag.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_test/test_tag.py') 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/ --- -- cgit v1.2.1