source:
branches/pyyaml3000/tests/data/spec-09-13.canonical
@
38
| Revision 38, 165 bytes checked in by xi, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | %YAML 1.1 |
| 2 | --- |
| 3 | !!map { |
| 4 | ? !!str "simple key" |
| 5 | : !!map { |
| 6 | ? !!str "also simple" |
| 7 | : !!str "value", |
| 8 | ? !!str "not a simple key" |
| 9 | : !!str "any value" |
| 10 | } |
| 11 | } |
Note: See TracBrowser
for help on using the repository browser.
