source:
branches/pyyaml3000/tests/data/spec-10-07.canonical
@
44
| Revision 44, 237 bytes checked in by xi, 7 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [38] | 1 | %YAML 1.1 |
| 2 | --- | |
| 3 | !!map { | |
| [44] | 4 | ? !!null "" |
| [38] | 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.
