blob: 4a748e609f1d6923cbc3f2c54143f6ea9fedd7f8 [file] [log] [blame]
# RUN: yaml-bench -canonical %s | FileCheck %s --strict-whitespace
# CHECK: !!seq [
# CHECK-NEXT: !!str "first ",
# CHECK-NEXT: !!str "first\nlast",
# CHECK-NEXT: !!str "first inner \tlast",
# CHECK-NEXT: ]
- "first
"
- "first
last"
- "first
inner
\ last"