Skip to content

wrong handling of strings #41

@Roger-luo

Description

@Roger-luo

consider the following program

s = """
digraph "g" {
}
"""
ast = DOT.parse_dot(s)[1]

s = """
digraph g {
}
"""
ast = DOT.parse_dot(s)[1]

their id should be different, but currently the parser will not parse the quotes, but just ignore them

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions