view test/YAMLParser/spec-09-14.test @ 108:1881386f7909

use llvm.setjmp and llvm.longjmp
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2016 02:57:01 +0900
parents afa8332a0e37
children
line wrap: on
line source

# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s
#
# CHECK: error: Expected a line break after block scalar header

---
--- ||| : foo
... >>>: bar
---
[
---
,
... ,
{
--- :
... # Nested
}
]
...