Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop label character restrictions #162

Closed
gibson042 opened this issue May 20, 2015 · 3 comments
Closed

Drop label character restrictions #162

gibson042 opened this issue May 20, 2015 · 3 comments

Comments

@gibson042
Copy link
Contributor

e7cb84b and then d6766de dramatically expanded the range of valid label characters, but many potentially-special characters are still excluded (e.g., {). This is a gap with respect to Graphviz DOT (cf. #5), and an annoying one for representing certain kinds of structured data. It would be convenient to follow the lead of CSS, expanding the syntax allowed inside of […] to allow quoted strings in addition to identifiers.

@gibson042 gibson042 changed the title Support _any_ character in labels Drop label character restrictions May 21, 2015
@knsv
Copy link
Collaborator

knsv commented May 23, 2015

That would be nice! I can be tricky though. I think that the grammar probably needs some refactoring it has been updated for various issues and has become a bit unruly.

The syntax makes sense. Characters within quotes should be accepted as is.

knsv added a commit that referenced this issue May 29, 2015
@knsv
Copy link
Collaborator

knsv commented May 29, 2015

Added support for quoted text without restrictions on characters. This is pushed in to dev-0.5-0 branch and will be included in the next release.

@knsv
Copy link
Collaborator

knsv commented Jun 7, 2015

A fix for this has been released in version 0.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants