summaryrefslogtreecommitdiff
path: root/_test/test_tag.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-06-18 09:43:42 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-06-18 09:43:42 +0200
commit3430b3cbecc296e67c06738deb4ebf53049ed60b (patch)
tree6eadb7b5a7e3ebfff4d06e58b9b39b43f60335a0 /_test/test_tag.py
parentd7494129aaaca4a429096cba6131dcfb4fe629a2 (diff)
downloadruamel.yaml-3430b3cbecc296e67c06738deb4ebf53049ed60b.tar.gz
publish fixes on pypi0.15.40
Diffstat (limited to '_test/test_tag.py')
-rw-r--r--_test/test_tag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/test_tag.py b/_test/test_tag.py
index 247014b..1aba5ab 100644
--- a/_test/test_tag.py
+++ b/_test/test_tag.py
@@ -106,7 +106,7 @@ class TestRoundTripCustom:
class TestIssue201:
- def test_encoded_unicode_tag(self):
+ def test_encoded_unicode_tag(self):
round_trip_load("""
s: !!python/%75nicode 'abc'
""")