source:
branches/pyyaml3000/tests/data/spec-06-01.canonical
@
38
| Revision 38, 276 bytes checked in by xi, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | %YAML 1.1 |
| 2 | --- |
| 3 | !!map { |
| 4 | ? !!str "Not indented" |
| 5 | : !!map { |
| 6 | ? !!str "By one space" |
| 7 | : !!str "By four\n spaces\n", |
| 8 | ? !!str "Flow style" |
| 9 | : !!seq [ |
| 10 | !!str "By two", |
| 11 | !!str "Still by two", |
| 12 | !!str "Again by two", |
| 13 | ] |
| 14 | } |
| 15 | } |
Note: See TracBrowser
for help on using the repository browser.
