This repository was archived by the owner on Nov 19, 2018. It is now read-only.
This repository was archived by the owner on Nov 19, 2018. It is now read-only.
[94] Problems with node's name contains colon (:) #31
Open
Description
Reported by susem...@gmail.com, 2014-07-23T17:02:43Z
What steps will reproduce the problem?
- Trying to make an output with node A(name="aaaa::bbbb") and node B(name="cccc::dddd") and edge A -> B
In a dot language, the expected output was "aaaa::bbbb" -> "cccc::dddd",
but it returns "aaaa:":bbbb -> "cccc:":dddd.
What version of the product are you using? On what operating system?
It happens on a latest version.