saphyr-serde/parser/tests/yaml-test-suite/src/8CWC.yaml
2024-10-12 16:15:46 +02:00

23 lines
404 B
YAML

---
- name: Plain mapping key ending with colon
from: '@perlpunk'
tags: mapping scalar
yaml: |
---
key ends with two colons::: value
tree: |
+STR
+DOC ---
+MAP
=VAL :key ends with two colons::
=VAL :value
-MAP
-DOC
-STR
json: |
{
"key ends with two colons::": "value"
}
dump: |
---
'key ends with two colons::': value