Skip to content

Single-line multiline strings not containing " should be disallowed #274

Open
@Pandapip1

Description

@Pandapip1

Description

Multiline strings that are a single line and do not contain the " character should be disallowed. This seems incorrect, we should insist on single-line strings where they apply.

Small example input

''Hello world!''

Expected output

"Hello world!"

Actual output

''Hello world!''

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions