android13/external/python/pyyaml/tests/data/spec-06-06.canonical

11 lines
155 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
%YAML 1.1
---
!!map {
? !!str "plain"
: !!str "text lines",
? !!str "quoted"
: !!str "text lines",
? !!str "block"
: !!str "text\n lines\n"
}