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
Working on the scanner.
[pyyaml/python3.git]
/
tests
/
data
/
spec-06-06.canonical
blob
5e13dde76f8178c48fb76712fdc01f32f4edc90c
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "plain"
5
: !!str "text lines",
6
? !!str "quoted"
7
: !!str "text lines",
8
? !!str "block"
9
: !!str "text lines\n"
10
}