source:
branches/pyyaml3000/tests/data/spec-10-03.canonical
@
38
| Revision 38, 135 bytes checked in by xi, 7 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [38] | 1 | %YAML 1.1 |
| 2 | --- | |
| 3 | !!map { | |
| 4 | ? !!str "block" | |
| 5 | : !!seq [ | |
| 6 | !!str "one", | |
| 7 | !!map { | |
| 8 | ? !!str "two" | |
| 9 | : !!str "three" | |
| 10 | } | |
| 11 | ] | |
| 12 | } |
Note: See TracBrowser
for help on using the repository browser.
