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 more unit tests.
[pyyaml/python3.git]
/
tests
/
data
/
spec-10-14.canonical
blob
e87c8805e2d3dc8df82656efd147971226e4d248
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "plain key"
5
: !!null "",
6
? !!str "quoted key"
7
: !!seq [
8
!!str "one",
9
!!str "two",
10
]
11
}