11 lines
208 B
Text
11 lines
208 B
Text
# RUN: yaml-bench -canonical %s | FileCheck %s --strict-whitespace
|
|
# CHECK: !!seq [
|
|
# CHECK-NEXT: !!str "first ",
|
|
# CHECK-NEXT: !!str "first\nlast",
|
|
# CHECK-NEXT: ]
|
|
|
|
- 'first
|
|
'
|
|
- 'first
|
|
|
|
last'
|