summaryrefslogtreecommitdiff
path: root/_test/test_literal.py
diff options
context:
space:
mode:
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()