blob: c97901ddfbe0d286da45e60bae7056724cbbd7fa [file] [log] [blame]
Michael J. Spencer93210e82012-04-03 23:09:22 +00001# RUN: yaml-bench -canonical %s
2
3{
4? explicit key1 : explicit value,
5? explicit key2 : , # Explicit empty
6? explicit key3, # Empty value
7simple key1 : explicit value,
8simple key2 : , # Explicit empty
9simple key3, # Empty value
10}