[Support][YAML] Add support for accessing tags and tag handle substitution.
[oota-llvm.git] / test / YAMLParser / spec-02-24.data
index 01ca7f5d122acd7c75b2aa22b97f123ffcad3cee..56b25cbbd80d586a7e8bc3fc61e177ebab438885 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: yaml-bench -canonical %s
+# RUN: yaml-bench -canonical %s | FileCheck %s
 
 %TAG ! tag:clarkevans.com,2002:
 --- !shape
@@ -14,3 +14,8 @@
   start: *ORIGIN
   color: 0xFFEEBB
   text: Pretty vector drawing.
+
+#CHECK: !<tag:clarkevans.com,2002:shape>
+#CHECK:   !<tag:clarkevans.com,2002:circle>
+#CHECK:   !<tag:clarkevans.com,2002:line>
+#CHECK:   !<tag:clarkevans.com,2002:label>