xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-09-21.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s
2
3- |
4
5 text
6- >
7  text
8 text
9- |1
10 text
11
12# CHECK: 8:2: error: A text line is less indented than the block scalar
13