Skip to content

RegExp: odd error for a CharacterClass like [\0012-\0014] #1297

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

Closed
DartBot opened this issue Jan 23, 2012 · 3 comments
Closed

RegExp: odd error for a CharacterClass like [\0012-\0014] #1297

DartBot opened this issue Jan 23, 2012 · 3 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-invalid Closed as we don't believe the reported issue is generally actionable

Comments

@DartBot
Copy link

DartBot commented Jan 23, 2012

This issue was originally filed by [email protected]


Run the co19 test: LibTest/core/RegExp/Pattern_semantics/firstMatch/CharacterClass/A01/t01
See the error:
IllegalJSRegExpException: '[\0012-\0014]' 'range out of order in character class'

@dgrove
Copy link
Contributor

dgrove commented Feb 2, 2012

Added Area-Library, Triaged labels.

@peter-ahe-google
Copy link
Contributor

I think this test is broken, it seems to attempt to test octal escapes.


Added Invalid label.

@peter-ahe-google
Copy link
Contributor

@DartBot DartBot added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-invalid Closed as we don't believe the reported issue is generally actionable labels Feb 20, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-invalid Closed as we don't believe the reported issue is generally actionable
Projects
None yet
Development

No branches or pull requests

3 participants