summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-07-04.data
diff options
context:
space:
mode:
Diffstat (limited to 'test/YAMLParser/spec-07-04.data')
-rw-r--r--test/YAMLParser/spec-07-04.data4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/YAMLParser/spec-07-04.data b/test/YAMLParser/spec-07-04.data
index beba7d06ecf4a..2c8b2ec6959cc 100644
--- a/test/YAMLParser/spec-07-04.data
+++ b/test/YAMLParser/spec-07-04.data
@@ -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"