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
Fix invalid output of single-quoted scalars in cases when a single
[pyyaml/python3.git]
/
tests
/
data
/
spec-09-22.canonical
blob
c1bbcd2254018ed5ab6813f13f6ce2b4a2762b91
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "strip"
5
: !!str "text",
6
? !!str "clip"
7
: !!str "text\n",
8
? !!str "keep"
9
: !!str "text\L",
10
}