diff options
Diffstat (limited to '')
-rw-r--r-- | test/yaml/map-key-1/input.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/yaml/map-key-1/input.yaml b/test/yaml/map-key-1/input.yaml new file mode 100644 index 0000000..6778b52 --- /dev/null +++ b/test/yaml/map-key-1/input.yaml @@ -0,0 +1,5 @@ +-key: # this is a map key that starts with a '-'. + value +key: + value + |