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-10-02.canonical
blob
82fe0d94b314bf0c576c2dd0550a2a9645ddd43f
1
%YAML 1.1
2
---
3
!!seq [
4
!!str "double quoted",
5
!!str "single quoted",
6
!!str "plain text",
7
!!seq [
8
!!str "nested",
9
],
10
!!map {
11
? !!str "single"
12
: !!str "pair"
13
}
14
]