1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Workerunicode: "Sosa did fine.\u263A" 4*9880d681SAndroid Build Coastguard Workercontrol: "\b1998\t1999\t2000\n" 5*9880d681SAndroid Build Coastguard Workerhexesc: "\x13\x10 is \r\n" 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard Workersingle: '"Howdy!" he cried.' 8*9880d681SAndroid Build Coastguard Workerquoted: ' # not a ''comment''.' 9*9880d681SAndroid Build Coastguard Workertie-fighter: '|\-*-/|' 10*9880d681SAndroid Build Coastguard Worker 11*9880d681SAndroid Build Coastguard Worker# CHECK: !!str "Sosa did fine.\u263A" 12*9880d681SAndroid Build Coastguard Worker# CHECK: !!str "\b1998\t1999\t2000\n" 13*9880d681SAndroid Build Coastguard Worker# CHECK: !!str "\x13\x10 is \r\n" 14*9880d681SAndroid Build Coastguard Worker# CHECK: !!str "\"Howdy!\" he cried." 15*9880d681SAndroid Build Coastguard Worker# CHECK: !!str " # not a 'comment'." 16*9880d681SAndroid Build Coastguard Worker# CHECK: !!str "|\\-*-/|" 17