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 a bug when a block scalar is incorrectly emitted in the simple key context.
[pyyaml/python3.git]
/
tests
/
data
/
spec-07-08.data
blob
e2c6d9e19d3822db0a6c5cabbc4baa760f5a0ed3
1
# Explicitly specify default settings:
2
%TAG ! !
3
%TAG !! tag:yaml.org,2002:
4
# Named handles have no default:
5
%TAG !o! tag:ben-kiki.org,2000:
6
---
7
- !foo "bar"
8
- !!str "string"
9
- !o!type "baz"