llvm-for-llvmta/test/YAMLParser/spec-07-08.test
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

12 lines
230 B
Plaintext

# 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"