diff options
Diffstat (limited to 'test/YAMLParser/scan-line-break-bug.test')
-rw-r--r-- | test/YAMLParser/scan-line-break-bug.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/YAMLParser/scan-line-break-bug.test b/test/YAMLParser/scan-line-break-bug.test new file mode 100644 index 0000000000000..792973d3f56ca --- /dev/null +++ b/test/YAMLParser/scan-line-break-bug.test @@ -0,0 +1,5 @@ +# RUN: yaml-bench -canonical %s + +foo: + bar + baz |