[Support][YAML] Add support for accessing tags and tag handle substitution.
[oota-llvm.git] / test / YAMLParser / spec-07-04.data
index beba7d06ecf4a628b870fe2907af7a5ce778729b..2c8b2ec6959cc150731bf57c324415c7096b20cf 100644 (file)
@@ -1,5 +1,7 @@
-# RUN: yaml-bench -canonical %s
+# RUN: yaml-bench -canonical %s | FileCheck %s
 
 %TAG !yaml! tag:yaml.org,2002:
 ---
 !yaml!str "foo"
+
+#CHECK: !!str "foo"