xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-08-04.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s
2#
3# We don't currently look at the content of literal tags.
4# CHECK: error: Unknown tag handle
5
6- !<!> foo
7- !<$:?> bar
8