14 lines
2.3 KiB
Plaintext
14 lines
2.3 KiB
Plaintext
|
# 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
|