consider the following program ```dot 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
consider the following program
their
idshould be different, but currently the parser will not parse the quotes, but just ignore them