There was some differences between how pydot quotes IDs (names, attrs)
and how it is defined in DOT language specification (and how pygraphviz
does it).
New test with covered cases has been added and new regexpes
for checking IDs has been also added.
Fixes #36
Fixes #24
There was some differences between how pydot quotes IDs (names, attrs) and how it is defined in DOT language specification (and how pygraphviz does it). New test with covered cases has been added and new regexpes for checking IDs has been also added. Fixes #36 Fixes #24