pombreda / pydot

Automatically exported from code.google.com/p/pydot
MIT License
0 stars 0 forks source link

Quoting missing for the graph name line #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output?

  digraph "graph 2" {
  }

What do you see instead?

  digraph graph 2 {
  }

Related to #57 when the name happens to be a Dot keyword.

Original issue reported on code.google.com by tom...@spotify.com on 20 Dec 2011 at 4:01

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ero.carr...@gmail.com on 2 Jan 2012 at 11:58

GoogleCodeExporter commented 9 years ago
Thanks for the patch! 
Fixed in revision 28

Original comment by ero.carr...@gmail.com on 2 Jan 2012 at 11:58

GoogleCodeExporter commented 9 years ago
Issue 73 has been merged into this issue.

Original comment by ero.carr...@gmail.com on 3 Jul 2012 at 10:38