Giter Site home page Giter Site logo

Comments (3)

hvr avatar hvr commented on May 23, 2024

IMHO, out-yaml is wrong, as the intent of that example in the spec is clearly to show an example with only 2 docs. (also note that ... on their own don't introduce a new document)

I'm a bit suprised btw that the canonical right-hand-side of example 9.3 doesn't read

%YAML 1.2
---
!!str "Bare document"
...
%YAML 1.2
---
!!str "%!PS-Adobe-2.0\n"

(notice the ...) like the similar one from example 9.5 had.


PS: To expand a bit more:

The YAML 1.2 spec says (emphasis added)

YAML uses three dashes (“---”) to separate directives from document content. This also serves to signal the start of a document if no directives are present. Three dots ( “...”) indicate the end of a document without starting a new one, for use in communication channels.

moreover,

[205] l-document-suffix ::= c-document-end s-l-comments

So the # No document comment would be part of the l-document-suffix production.

Moreover,

[211] 	l-yaml-stream 	::= 	l-document-prefix* l-any-document?
                              ( l-document-suffix+ l-document-prefix* l-any-document?
                              | l-document-prefix* l-explicit-document? )* 

encodes that multiple consecutive occurences of l-document-suffix count as one.

Hence we got only two documents, and thus test-event stating

+STR
+DOC
=VAL :Bare document
-DOC ...
+DOC
=VAL |%!PS-Adobe-2.0 # Not the first line\n
-DOC
-STR

is in fact correct.

from yaml-test-suite.

perlpunk avatar perlpunk commented on May 23, 2024

Thanks, my suggested fix is in #42

from yaml-test-suite.

perlpunk avatar perlpunk commented on May 23, 2024

Merged #42

from yaml-test-suite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.