summaryrefslogtreecommitdiffstats
path: root/tests/yaml-1.2-spec-examples/example-6.1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yaml-1.2-spec-examples/example-6.1')
-rw-r--r--tests/yaml-1.2-spec-examples/example-6.112
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/yaml-1.2-spec-examples/example-6.1 b/tests/yaml-1.2-spec-examples/example-6.1
new file mode 100644
index 0000000..b5496c1
--- /dev/null
+++ b/tests/yaml-1.2-spec-examples/example-6.1
@@ -0,0 +1,12 @@
+ # Leading comment line spaces are
+ # neither content nor indentation.
+
+Not indented:
+ By one space: |
+ By four
+ spaces
+ Flow style: [ # Leading spaces
+ By two, # in flow style
+ Also by two, # are neither
+ Still by two # content nor
+ ] # indentation.