Merging r259342 (with s/p2align 4/align 16) because r258750 is not in 3.8.
[oota-llvm.git] / test / YAMLParser / spec-09-01.test
1 # RUN: yaml-bench -canonical %s
2
3 "simple key" : {
4   "also simple" : value,
5   ? "not a
6   simple key" : "any
7   value"
8 }