Skip to content

Multi-line strings #5

Description

@lgrozinger

It is not currently possible to parse multi-line strings using parser.py.

In 1.0, multi-line strings are delimited with '{' and '}'. Although multi-line strings should be supported in future versions, I prefer the pythonic syntax, using either \ string continuation or the triple quotes.

e.g.

string = "This is a "\ 
"multi-line string"

or ...

string = """This is a 
multi-line string"""

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions