19 lines · plain
1# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s2#3# CHECK: error: Expected a line break after block scalar header4 5---6--- ||| : foo7... >>>: bar8---9[10---11,12... ,13{14--- :15... # Nested16}17]18...19 1# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s2#3# CHECK: error: Expected a line break after block scalar header4 5---6--- ||| : foo7... >>>: bar8---9[10---11,12... ,13{14--- :15... # Nested16}17]18...19