You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
2.3 KiB
14 lines
2.3 KiB
# 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
|