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

joni interprets [\w-#] as [ !"#0-9A-Z_a-z] #14

Open
haozhun opened this issue Mar 5, 2015 · 1 comment
Open

joni interprets [\w-#] as [ !"#0-9A-Z_a-z] #14

haozhun opened this issue Mar 5, 2015 · 1 comment

Comments

@haozhun
Copy link
Contributor

haozhun commented Mar 5, 2015

Joni interprets [\w-#] as [ !"#0-9A-Z_a-z] in both default syntax and Java syntax. Java Pattern interprets it as [-0-9A-Z_a-z].

An addition question: in general, is it considered a bug if interpretation doesn't match Java pattern when syntax is set to Java?

@headius
Copy link
Member

headius commented Mar 16, 2015

Yes, if the Java dialect does not match Java pattern behavior, we should fix that.

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