source:
branches/pyyaml3000/tests/data/spec-10-15.canonical
@
42
| Revision 42, 218 bytes checked in by xi, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | %YAML 1.1 |
| 2 | --- |
| 3 | !!seq [ |
| 4 | !!map { |
| 5 | ? !!str "sun" |
| 6 | : !!str "yellow" |
| 7 | }, |
| 8 | !!map { |
| 9 | ? !!map { |
| 10 | ? !!str "earth" |
| 11 | : !!str "blue" |
| 12 | } |
| 13 | : !!map { |
| 14 | ? !!str "moon" |
| 15 | : !!str "white" |
| 16 | } |
| 17 | } |
| 18 | ] |
Note: See TracBrowser
for help on using the repository browser.
