Initial commit.

This commit is contained in:
Ferdinand Majerech 2011-08-16 14:53:13 +02:00
commit 283c42bf8f
592 changed files with 26392 additions and 0 deletions

View file

@ -0,0 +1,16 @@
%YAML 1.1
---
!!seq [
!!map {
? !!str "inner"
: !!str "entry",
? !!str "also"
: !!str "inner"
},
!!map {
? !!str "inner"
: !!str "entry",
? !!str "last"
: !!str "entry"
}
]