9 lines
139 B
Text
9 lines
139 B
Text
# RUN: yaml-bench -canonical %s
|
|
|
|
{
|
|
? : value, # Empty key
|
|
? explicit
|
|
key: value,
|
|
simple key : value,
|
|
[ collection, simple, key ]: value
|
|
}
|