Sign in
swiftshader
/
SwiftShader
/
900ea2cbf3e05c901110bca3b2609ba9355fd3ed
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
YAMLParser
/
spec-10-11.test
blob: 51bd06f02025753095138e20916f2d33fb1887da [
file
] [
log
] [
blame
]
# RUN: yaml-bench -canonical %s
[
?
explicit
key1
:
explicit
value
,
?
explicit
key2
:
,
# Explicit empty
?
explicit
key3
,
# Implicit empty
simple key1
:
explicit
value
,
simple key2
:
,
# Explicit empty
]