[ARM] Better OR's for MVE compares
[llvm-core.git] / test / YAMLParser / spec-09-02.test
blob3f8e49a8bd310792dc54c1d44c947cf8fb32d25e
1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
3  "as space
4  trimmed
6  specific
8  escaped        \
9  none"
11 # FIXME: The string below should actually be
12 #   "as space trimmed\nspecific\nescaped\tnone", but the parser currently has
13 #   a bug when parsing multiline quoted strings.
14 # CHECK: !!str "as space\n trimmed\n specific\n escaped\t none"