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
Parser is done. Add iterator interfaces for Scanner and Parser.
[pyyaml/python3.git]
/
tests
/
data
/
spec-09-07.canonical
blob
e71a5484ab938d1bb9aeea63db597db21acd79f3
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "simple key"
5
: !!map {
6
? !!str "also simple"
7
: !!str "value",
8
? !!str "not a simple key"
9
: !!str "any value"
10
}
11
}