Skip to content

Omit the trailing newline with string gaps #68

@decioferreira

Description

@decioferreira

See https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/multiline_strings.html#examples:

Expression

"""
Line 1
Line 2
Line 3\
\"""

Output

   "Line 1\n"
++ "Line 2\n"
++ "Line 3"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions