15 lines
238 B
YAML
15 lines
238 B
YAML
|
---
|
||
|
- name: Comment that looks like a mapping key
|
||
|
from: '@perlpunk'
|
||
|
tags: comment error mapping
|
||
|
fail: true
|
||
|
yaml: |
|
||
|
key: value
|
||
|
this is #not a: key
|
||
|
tree: |
|
||
|
+STR
|
||
|
+DOC
|
||
|
+MAP
|
||
|
=VAL :key
|
||
|
=VAL :value
|