summaryrefslogtreecommitdiffstats
path: root/llvm/test/YAMLParser/spec-09-14.test
blob: 5f028f920fcdb82cc633b53eb20215fbdc60ad5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s
#
# CHECK: error: Expected a line break after block scalar header

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