Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
llvm-emscripten
/
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
]