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