14 lines · plain
1# RUN: yaml-bench -canonical %s | FileCheck %s --strict-whitespace2# CHECK: !!seq [3# CHECK-NEXT: !!str " last",4# CHECK-NEXT: !!str " last",5# CHECK-NEXT: !!str " \tfirst last",6# CHECK-NEXT: ]7 8- "9 last"10- " 11 last"12- " first13 last"14