summaryrefslogtreecommitdiff
path: root/_test/test_issues.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_issues.py')
-rw-r--r--_test/test_issues.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/_test/test_issues.py b/_test/test_issues.py
index f2b5d74..673ba45 100644
--- a/_test/test_issues.py
+++ b/_test/test_issues.py
@@ -869,6 +869,16 @@ class TestIssues:
"""
d = na_round_trip(inp) # NOQA
+ def test_issue_307(self):
+ inp = """
+ %YAML 1.2
+ %TAG ! tag:example.com,2019/path#
+ ---
+ null
+ ...
+ """
+ d = na_round_trip(inp) # NOQA
+
# @pytest.mark.xfail(strict=True, reason='bla bla', raises=AssertionError)
# def test_issue_ xxx(self):
# inp = """