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

14 lines
234 B
YAML

---
- name: Colon in Double Quoted String
from: NimYAML tests
tags: mapping scalar 1.3-err
yaml: |
"foo: bar\": baz"
tree: |
+STR
+DOC
=VAL "foo: bar": baz
-DOC
-STR
json: |
"foo: bar\": baz"