summaryrefslogtreecommitdiff
path: root/tests/internals/yaml/basics.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internals/yaml/basics.yaml')
-rw-r--r--tests/internals/yaml/basics.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/internals/yaml/basics.yaml b/tests/internals/yaml/basics.yaml
new file mode 100644
index 000000000..e57d2163a
--- /dev/null
+++ b/tests/internals/yaml/basics.yaml
@@ -0,0 +1,26 @@
+kind: pony
+description: The vehicle of choice for rainbow travel
+moods:
+- happy
+- sad
+children:
+- name: dopey
+ mood: silly
+- name: grumpy
+ mood: grumpy
+- name: happy
+ mood: happy
+- name: doc
+ mood: happy
+- name: sneezy
+ mood: curious
+- name: bashful
+ mood: bashful
+- name: sleepy
+ mood: sleepy
+extra:
+ this: that
+ old: new
+
+
+