Skip to content

Tests for ECMA 262 regex dialect #282

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

Merged
merged 1 commit into from
Oct 2, 2019
Merged

Conversation

Zac-HD
Copy link
Contributor

@Zac-HD Zac-HD commented Oct 2, 2019

This is a follow-up to #235, based on the research I did (and test suite I wrote) for my new Python library js-regex with a view to supporting it in python-jsonschema/jsonschema#607.

  • Literal \a matches the ascii BEL character
  • Literal \cC (with any a-zA-Z character) matches control characters
  • \d, \D, \w, \W, \s, and \S match ASCII characters of the specific class, not any unicode char of those classes.

FYI all files are identical across the various drafts.

@Julian Julian merged commit c0b2431 into json-schema-org:master Oct 2, 2019
@Julian
Copy link
Member

Julian commented Oct 2, 2019

Yay, thanks!

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

Successfully merging this pull request may close these issues.

2 participants