summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-09-14.test
blob: 55d881de433f632809fe4597d2caf80e3d3ce104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
#
# FIXME: This test should actually fail. Yaml bench should report an error that
# says that the '---' and '...' document start/end markers must not be specified
# as the first content line of a non-indented plain scalar.
# CHECK: !!str

---
--- ||| : foo
... >>>: bar
---
[
---
,
... ,
{
--- :
... # Nested
}
]
...