[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / YAMLParser / spec-09-14.test
blob5f028f920fcdb82cc633b53eb20215fbdc60ad5a
1 # RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s
3 # CHECK: error: Expected a line break after block scalar header
5 ---
6 --- ||| : foo
7 ... >>>: bar
8 ---
10 ---
12 ... ,
14 --- :
15 ... # Nested
18 ...