blob: 9844f53a4ef38eb774dbb35f4debe095d25cf4c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# RUN: yaml-bench -canonical %s 2>&1 | 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
|