repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git]
/
tests
/
data
/
spec-10-10.canonical
blob
0bcb8d1a0830ff458590b1ed1f02e2acb8c383ea
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "explicit key1"
5
: !!str "explicit value",
6
? !!str "explicit key2"
7
: !!str "",
8
? !!str "explicit key3"
9
: !!str "",
10
? !!str "simple key1"
11
: !!str "explicit value",
12
? !!str "simple key2"
13
: !!str "",
14
? !!str "simple key3"
15
: !!str "",
16
}