summaryrefslogtreecommitdiffstats
path: root/llvm/test/YAMLParser/spec-10-08.test
blob: c4cb8e65ef293d2a17752a4e54c45f668e869a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
#
# FIXME: This test should fail. Yaml bench should report an error that a simple
# key spans across multiple lines and that another simple key is longer than
# 1024 characters.

{
multi-line
 simple key : value,
very long ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................(>1KB)................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... key: value
}

# CHECK: ? !!str "very long
OpenPOWER on IntegriCloud