aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/colon-in-flow-context.yaml
blob: 78318b535a0bed035de2e3f7e7f967779dcd1cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%YAML 1.1
---
- name: colon-in-flow-context
  yaml: |
    { foo:bar }
  tree: |
    +STR
    +DOC
    +MAP {}
    =VAL :foo:bar
    =VAL :
    -MAP
    -DOC
    -STR