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