bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.81k stars 1.08k forks source link

Add support for quoted actors with special chars. #144

Closed eloyesp closed 8 years ago

eloyesp commented 8 years ago

This make possible to use special characters for actor names, but with this quotes will break actors.

I also need a way to handle quotes in quotes, and whitespace, but I wanted you to review as it is the first time I work in a parser.

This resolves #107.

eloyesp commented 8 years ago

@bramp any thoughts on it?

bramp commented 8 years ago

This looks good. Thanks for the change, and sorry for the delay!