1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s 2 # 3 # Indent trimming is not yet implemented. 4 # XFAIL: * 5 6 "as space 7 trimmed 8 9 specific 10 11 escaped \ 12 none" 13 14 # CHECK: !!str "as space trimmed\nspecific\nescaped\tnone" 15