blob: 5b981e983392cc3df074feb20fb4c73790129efe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# RUN: yaml-bench -canonical %s |& FileCheck %s
#
# This fails because even without a key token, some contexts (in this case flow
# maps) allow implicit null keys, which mix with this in weird ways.
# XFAIL: *
{
multi-line
simple key : value,
very long ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................(>1KB)................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... key: value
}
# CHECK: error
|