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