dyaml/test/data/spec-09-22.canonical
Ferdinand Majerech 283c42bf8f Initial commit.
2011-08-16 14:53:13 +02:00

11 lines
134 B
Plaintext

%YAML 1.1
---
!!map {
? !!str "strip"
: !!str "text",
? !!str "clip"
: !!str "text\n",
? !!str "keep"
: !!str "text\L",
}