Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commas not ignored #16

Open
PlanetEarthSoftware opened this issue Dec 5, 2024 · 0 comments
Open

Commas not ignored #16

PlanetEarthSoftware opened this issue Dec 5, 2024 · 0 comments

Comments

@PlanetEarthSoftware
Copy link

The dot language specification says that ; and , are ignored.
https://graphviz.org/doc/info/lang.html#comments-and-optional-formatting

Semicolons and commas aid readability but are not required. Also, any amount of whitespace may be inserted between terminals.

I have a dot file that is rejected by DotParser because it has commas; it is accepted by the dot program. If I remove the commas the file is accepted by both. File attached.

7b.dot.zip
7b dot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant