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
All tests passed! Scanner and Parser seem to be correct.
[pyyaml/python3.git]
/
tests
/
data
/
spec-08-13.canonical
blob
618bb7bd37672c4cf0edc74ffc7f46eb793c1192
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "foo"
5
# : !!str "",
6
# ? !!str ""
7
: !!null "",
8
? !!null ""
9
: !!str "bar",
10
}