mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
2f9beb2374
llvm-svn: 153977
13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
# 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
|