bolt/deps/llvm-18.1.8/llvm/test/YAMLParser/spec-10-07.test
2025-02-14 19:21:04 +01:00

9 lines
139 B
Text

# RUN: yaml-bench -canonical %s
{
? : value, # Empty key
? explicit
key: value,
simple key : value,
[ collection, simple, key ]: value
}