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
Fix makefile and add setup.cfg.
[pyyaml/python3.git]
/
tests
/
data
/
construct-null.data
blob
9ad0344cfea65cd897cd20dece90489c4704f8e9
1
# A document may be null.
2
---
3
---
4
# This mapping has four keys,
5
# one has a value.
6
empty:
7
canonical: ~
8
english: null
9
~: null key
10
---
11
# This sequence has five
12
# entries, two have values.
13
sparse:
14
- ~
15
- 2nd entry
16
-
17
- 4th entry
18
- Null