xref
: /
external
/
snakeyaml
/
src
/
test
/
resources
/
pyyaml
/
spec-09-05.canonical
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
%YAML 1.1
2
---
3
!!seq [
4
!!str "first ",
5
!!str "first\nlast",
6
!!str "first inner \tlast",
7
]
8