Re: YAML 1.2 (3rd Edition) is released!
Brad Baxter <[email protected]>
| Newsgroups | gmane.text.yaml.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 24, 2009 at 11:44 PM, Brad Baxter<[email protected]> wrote: > On Tue, Jul 21, 2009 at 11:28 PM, Oren Ben-Kiki<[email protected]> wrote: >> The final 1.2 specification is available at >> www.yaml.org/spec/1.2/spec.{html,pdf,ps}. >> We also have created an (empty) errata page at >> www.yaml.org/spec/1.2/errata.html > > Greetings, > > The errata page may perhaps be empty no longer. :-) > > Below are mostly minor changes that I suggest, based on > a first pass. There are questions I have about a few of the > examples as well, but I want to study those some more ... Below are a few minor inconsistencies in the examples: Example 7.6. Double Quoted Lines, Example 7.9. Single Quoted Lines, and Example 7.12. Plain Lines (right-hand example has comma in "2nd non-empty," that doesn't appear in the left-hand example) Example 7.10. Plain Characters (there are elements in the left-hand example that don't appear in the right-hand one, e.g., ": - ()" and "http://example.com/foo#bar") Example 8.2. Block Indentation Indicator ("# Detected" on the left-hand side vs. "# detected" on the right) Example 9.3. Bare Documents ("%!PS-Adobe-2.0" on the left vs. "%PS-Adobe-2.0" on the right) ------------------------------------------------------------------------------