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-05-06.canonical
blob
4f30c1114be0c6296122a891ec03759729ea0c3d
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "anchored"
5
: &A1 !local "value",
6
? !!str "alias"
7
: *A1,
8
}