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