Skip to content

Loader strips quotes before newlines #303

@dplepage

Description

@dplepage

yaml.load("'''foo'' '") correctly returns the string "'foo' "

But if I put a newline in there, the closing quote is lost:

> yaml.load("'''foo''\n'")
"'foo "

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions