diff options
Diffstat (limited to 'test/YAMLParser/yaml.data')
-rw-r--r-- | test/YAMLParser/yaml.data | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/YAMLParser/yaml.data b/test/YAMLParser/yaml.data index 3ce5e4b73e28..4f9b294f456b 100644 --- a/test/YAMLParser/yaml.data +++ b/test/YAMLParser/yaml.data @@ -1,5 +1,11 @@ -# RUN: yaml-bench -canonical %s +# RUN: yaml-bench -canonical %s | FileCheck %s - !!yaml '!' - !!yaml '&' - !!yaml '*' + +# CHECK: !!seq [ +# CHECK: !!yaml "!", +# CHECK: !!yaml "&", +# CHECK: !!yaml "*", +# CHECK: ] |