summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-07-08.data
blob: 7197404b3849ff72b60e7cab7f95aeea076a357f (plain)
1
2
3
4
5
6
7
8
9
10
11
# RUN: yaml-bench -canonical %s

# Explicitly specify default settings:
%TAG !     !
%TAG !!    tag:yaml.org,2002:
# Named handles have no default:
%TAG !o! tag:ben-kiki.org,2000:
---
- !foo "bar"
- !!str "string"
- !o!type "baz"