summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_test/test_issues.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/_test/test_issues.py b/_test/test_issues.py
index 5776784..157021e 100644
--- a/_test/test_issues.py
+++ b/_test/test_issues.py
@@ -549,6 +549,17 @@ class TestIssues:
""")
yaml.round_trip(inp, outp=exp) # NOQA
+ @pytest.mark.xfail(strict=True, reason='bla bla', raises=AssertionError)
+ def test_issue_250(self):
+ inp = """
+ # 1.
+ - - 1
+ # 2.
+ - map: 2
+ # 3.
+ - 4
+ """
+ d = round_trip(inp) # NOQA
# @pytest.mark.xfail(strict=True, reason='bla bla', raises=AssertionError)
# def test_issue_ xxx(self):