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.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/_test/test_tag.py b/_test/test_tag.py
index 3fd1e05..ec086f3 100644
--- a/_test/test_tag.py
+++ b/_test/test_tag.py
@@ -64,6 +64,15 @@ class TestIndentFailures:
language: python
""")
+ def test_spec_6_26_tag_shorthands(self):
+ round_trip("""\
+ %TAG !e! tag:example.com,2000:app/
+ ---
+ - !local foo
+ - !!str bar
+ - !e!tag%21 baz
+ """)
+
class TestRoundTripCustom:
def test_X1(self):