reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s "as space trimmed specific escaped \ none" # FIXME: The string below should actually be # "as space trimmed\nspecific\nescaped\tnone", but the parser currently has # a bug when parsing multiline quoted strings. # CHECK: !!str "as space\n trimmed\n specific\n escaped\t none" |