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
Subclass all base classes from `object`.
[pyyaml/python3.git]
/
tests
/
data
/
spec-09-23.canonical
blob
c4444caaf6eb3bc616372a4bcf279ce396cc9f61
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "strip"
5
: !!str "# text",
6
? !!str "clip"
7
: !!str "# text\n",
8
? !!str "keep"
9
: !!str "# text\L\n",
10
}