summaryrefslogtreecommitdiffstats
path: root/tests/yaml-1.2-spec-examples/example-7.10
blob: 7ed369fbf8e301d62fc7ca889195ab92f3fbf47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Outside flow collection:
- ::vector
- ": - ()"
- Up, up, and away!
- -123
- http://example.com/foo#bar
# Inside flow collection:
- [ ::vector,
  ": - ()",
  "Up, up and away!",
  -123,
  http://example.com/foo#bar ]