Skip to content

Can't parse values which start with a / #10

@ad-si

Description

@ad-si
test: "/test"
foo: "bar"

This causes following error although it's valid YAML:

Could not parse YAML: 
YAMLException: can not read a block mapping entry; 
a multiline key may not be an implicit key at line 2, column 4:

Can be fixed with:

test: "\/test"
foo: "bar"

Can not reproduce the error directly with js-yaml, so probably some error in the PureScript part.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions