saphyr-serde/parser/tests/yaml-test-suite/src/4UYU.yaml

15 lines
234 B
YAML
Raw Normal View History

---
- 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"