1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker# 3*9880d681SAndroid Build Coastguard Worker# FIXME: This test should actually fail. Yaml-bench should report an error 4*9880d681SAndroid Build Coastguard Worker# that a tab is being used to indent a plain scalar at line 15. 5*9880d681SAndroid Build Coastguard Worker# We don't currently reject tabs as indentation. 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard Worker# Tabs do's and don'ts: 8*9880d681SAndroid Build Coastguard Worker# comment: 9*9880d681SAndroid Build Coastguard Workerquoted: "Quoted " 10*9880d681SAndroid Build Coastguard Workerblock: | 11*9880d681SAndroid Build Coastguard Worker void main() { 12*9880d681SAndroid Build Coastguard Worker printf("Hello, world!\n"); 13*9880d681SAndroid Build Coastguard Worker } 14*9880d681SAndroid Build Coastguard Workerelsewhere: # separation 15*9880d681SAndroid Build Coastguard Worker indentation, in plain scalar 16*9880d681SAndroid Build Coastguard Worker 17*9880d681SAndroid Build Coastguard Worker 18*9880d681SAndroid Build Coastguard Worker# CHECK: !!str "Quoted\t\t" 19