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