mgansler / mscgen

Automatically exported from code.google.com/p/mscgen
GNU General Public License v2.0
1 stars 0 forks source link

Empty quoted string doesn't create empty string #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

The following MSC
msc {
    A [label=""], B [label=""];
    A->B [label=""];
}

What is the expected output? What do you see instead?

Label should be empty. But we see a double-quote as the label.

What version of the product are you using? On what operating system?

0.18, Any OS

Original issue reported on code.google.com by arunmozh...@gmail.com on 9 Oct 2010 at 2:58

Attachments:

GoogleCodeExporter commented 8 years ago
Ooops!  Yup - that's a regression after the multi-line changes!  

Thanks for point that out.

Original comment by Michael....@gmail.com on 9 Oct 2010 at 5:28

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r149.

Original comment by Michael....@gmail.com on 9 Oct 2010 at 5:32