]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/YAMLParser/spec-07-04.data
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / YAMLParser / spec-07-04.data
1 # RUN: yaml-bench -canonical %s | FileCheck %s
2
3 %TAG !yaml! tag:yaml.org,2002:
4 ---
5 !yaml!str "foo"
6
7 #CHECK: !!str "foo"