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