Skip to content

Parse error from stray space #92

@spalger

Description

@spalger

I get following error because of the space between "field1" and the ":".

    throw generateError(message);
          ^
YAMLException: JS-YAML: missed comma between flow collection entries in <file> at line 12, column 41:
     ... body:   { "include": { "field1" : "v1", "field2": "v2" }, "count ...
                                         ^

I don't know the intricacies of YAML by any means, but yamllint.com says that my doc is valid so I'm pretty sure this is a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions