summaryrefslogtreecommitdiff
path: root/_test/test_literal.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-09-19 21:27:53 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-09-19 21:27:53 +0200
commit1ddf55276fa7884e5dc82274659e67e88b5500dd (patch)
tree139241bb80daefdc7dc69c77677cbdd01716afb8 /_test/test_literal.py
parentae9ec4ee6738d0ed07d60d67e95ebbb09484313d (diff)
downloadruamel.yaml-1ddf55276fa7884e5dc82274659e67e88b5500dd.tar.gz
fix for issue #235 extra indent on non-root literal strings on rt0.15.67
Thanks for reporting and the PR *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
Diffstat (limited to '_test/test_literal.py')
-rw-r--r--_test/test_literal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/test_literal.py b/_test/test_literal.py
index a9b34e1..20eb8e9 100644
--- a/_test/test_literal.py
+++ b/_test/test_literal.py
@@ -230,6 +230,7 @@ class TestNoIndent:
print(type(d), repr(d))
yaml.round_trip(inp)
+
class Test_RoundTripLiteral:
def test_rt_root_literal_scalar_no_indent(self):
yaml = YAML()