xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-08-06.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker#
3*9880d681SAndroid Build Coastguard Worker# We don't currently validate tags.
4*9880d681SAndroid Build Coastguard Worker# CHECK: error: Unknown tag handle
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard Worker%TAG !o! tag:ben-kiki.org,2000:
7*9880d681SAndroid Build Coastguard Worker---
8*9880d681SAndroid Build Coastguard Worker- !$a!b foo
9*9880d681SAndroid Build Coastguard Worker- !o! bar
10*9880d681SAndroid Build Coastguard Worker- !h!type baz
11*9880d681SAndroid Build Coastguard Worker
12