blob: a811bfdefe397e642ea79ceb992f592c920c3889 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# RUN: yaml-bench -canonical %s |& FileCheck %s
#
# We don't currently validate tags.
# XFAIL: *
%TAG !o! tag:ben-kiki.org,2000:
---
- !$a!b foo
- !o! bar
- !h!type baz
# CHECK: error
|