Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / YAMLParser / spec-09-05.test
blob4a748e609f1d6923cbc3f2c54143f6ea9fedd7f8
1 # RUN: yaml-bench -canonical %s | FileCheck %s --strict-whitespace
2 # CHECK:      !!seq [
3 # CHECK-NEXT:   !!str "first ",
4 # CHECK-NEXT:   !!str "first\nlast",
5 # CHECK-NEXT:   !!str "first inner  \tlast",
6 # CHECK-NEXT: ]
8 - "first
9         "
10 - "first
12         last"
13 - "first
14  inner
15  \      last"