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

A Synthetic in a character range, interferes with :ignoremark #2962

Open
lizmat opened this issue Jun 7, 2019 · 1 comment
Open

A Synthetic in a character range, interferes with :ignoremark #2962

lizmat opened this issue Jun 7, 2019 · 1 comment
Labels
regex Regular expressions, pattern matching, user-defined grammars, tokens and rules Unicode Related to unicode support

Comments

@lizmat
Copy link
Contributor

lizmat commented Jun 7, 2019

$ perl6 -e 'say "a\x[300]" ~~ / :ignoremark <[ a b ]> /'
「à」

$ perl6 -e 'say "a\x[300]" ~~ / :ignoremark <[ a \r\n ]> /'
Nil

Expected to see 「à」 in both cases.

@AlexDaniel
Copy link
Contributor

ping @samcv

@lucasbuchala lucasbuchala added regex Regular expressions, pattern matching, user-defined grammars, tokens and rules Unicode Related to unicode support labels Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regex Regular expressions, pattern matching, user-defined grammars, tokens and rules Unicode Related to unicode support
Projects
None yet
Development

No branches or pull requests

3 participants