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
/
construct-set.data
blob
e05dc885796ea96724d34b07aba0f9c44bec5462
1
# Explicitly typed set.
2
baseball players: !!set
3
? Mark McGwire
4
? Sammy Sosa
5
? Ken Griffey
6
# Flow style
7
baseball teams: !!set { Boston Red Sox, Detroit Tigers, New York Yankees }