Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor error/typo in example 7.10 #295

Open
Foxcapades opened this issue Jan 27, 2023 · 0 comments
Open

Minor error/typo in example 7.10 #295

Foxcapades opened this issue Jan 27, 2023 · 0 comments

Comments

@Foxcapades
Copy link

The output for example 7.10 in the spec has an extra comma in the output compared to the input. Specifically, in the flow sequence, the scalar "Up, up and away!" becomes "Up, up, and away!" (note the comma after the second "up").

Current/original "input":

# Outside flow collection:
- ::vector
- ": - ()"
- Up, up, and away!
- -123
- https://example.com/foo#bar
# Inside flow collection:
- [ ::vector,
  ": - ()",
  "Up, up and away!",
  -123,
  https://example.com/foo#bar ]

Current/original "output":

[ "::vector",
  ": - ()",
  "Up, up, and away!",
  -123,
  "http://example.com/foo#bar",
  [ "::vector",
    ": - ()",
    "Up, up, and away!",
    -123,
    "http://example.com/foo#bar" ] ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant