source:
branches/pyyaml3000/tests/data/spec-10-07.canonical
@
38
| Revision 38, 236 bytes checked in by xi, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | %YAML 1.1 |
| 2 | --- |
| 3 | !!map { |
| 4 | ? !!str "" |
| 5 | : !!str "value", |
| 6 | ? !!str "explicit key" |
| 7 | : !!str "value", |
| 8 | ? !!str "simple key" |
| 9 | : !!str "value", |
| 10 | ? !!seq [ |
| 11 | !!str "collection", |
| 12 | !!str "simple", |
| 13 | !!str "key" |
| 14 | ] |
| 15 | : !!str "value" |
| 16 | } |
Note: See TracBrowser
for help on using the repository browser.
