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
Parser is done. Add iterator interfaces for Scanner and Parser.
[pyyaml/python3.git]
/
tests
/
data
/
spec-08-09.data
blob
8d286d3c5b6ab94dc38ec5dc1aa28ab1303e4a32
1
---
2
scalars:
3
plain: !!str some text
4
quoted:
5
single: 'some text'
6
double: "some text"
7
collections:
8
sequence: !!seq [ !str entry,
9
# Mapping entry:
10
key: value ]
11
mapping: { key: value }