From 1dee2ede32b1fcf47640cfc24e26e04e533146c0 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 28 Oct 2020 11:52:26 +0100 Subject: Improve round trip loading of yaml files --- .../complex/items/5084bc6e94f24dc6976629282ef30419.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml (limited to 'tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml') diff --git a/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml b/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml new file mode 100644 index 0000000..874833e --- /dev/null +++ b/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml @@ -0,0 +1,15 @@ +# This entry has a comment at the beginning +name: 'A commented entry' +# ruamel.yaml does not support preserving indent levels, so please leave the +# description indented by two spaces. +description: | + An entry with comments in the yaml data +position: 'there' +# There is a comment above something +something: +tags: [] +keywords: [] +exists: true +with_default: default value +amount: 1 +# and a comment at the end -- cgit v1.2.3