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 for error messages.
[pyyaml/python3.git]
/
tests
/
data
/
spec-06-01.canonical
blob
f17ec922ba2444236a694dc61f8f5f7b55cbcbdf
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "Not indented"
5
: !!map {
6
? !!str "By one space"
7
: !!str "By four\n spaces\n",
8
? !!str "Flow style"
9
: !!seq [
10
!!str "By two",
11
!!str "Also by two",
12
!!str "Still by two",
13
]
14
}
15
}