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

Add u flag in RegExp for valid-test-description and valid-suite-description #232

Merged
merged 1 commit into from
Feb 17, 2020

Conversation

brettz9
Copy link
Contributor

@brettz9 brettz9 commented Feb 17, 2020

The u flag is supported per the Node >= 8.0.0 targeted versions of your engines, so thought I'd just follow the growing practice of using this flag by default for Unicode friendliness.

Could be a breaking change where someone had an unescaped opening curly bracket in a regex, but would presumably not affect most users/cases.

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

Successfully merging this pull request may close these issues.

2 participants