xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-07-08.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker# Explicitly specify default settings:
4*9880d681SAndroid Build Coastguard Worker%TAG !     !
5*9880d681SAndroid Build Coastguard Worker%TAG !!    tag:yaml.org,2002:
6*9880d681SAndroid Build Coastguard Worker# Named handles have no default:
7*9880d681SAndroid Build Coastguard Worker%TAG !o! tag:ben-kiki.org,2000:
8*9880d681SAndroid Build Coastguard Worker---
9*9880d681SAndroid Build Coastguard Worker- !foo "bar"
10*9880d681SAndroid Build Coastguard Worker- !!str "string"
11*9880d681SAndroid Build Coastguard Worker- !o!type "baz"
12