summaryrefslogtreecommitdiff
path: root/tests/data/spec-06-01.canonical
blob: f17ec922ba2444236a694dc61f8f5f7b55cbcbdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%YAML 1.1
---
!!map {
  ? !!str "Not indented"
  : !!map {
      ? !!str "By one space"
      : !!str "By four\n  spaces\n",
      ? !!str "Flow style"
      : !!seq [
          !!str "By two",
          !!str "Also by two",
          !!str "Still by two",
        ]
    }
}