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 support for 'regexp' type and eql comparison of regular expressions. #46

Merged
merged 1 commit into from Jun 4, 2013

Conversation

bramstein
Copy link
Contributor

This pull request adds support for a regexp type and equivalence comparisons of regular expressions using eql. I'm working on a library that generates regular expressions and I'm using expect.js to do my testing, so having native support for regular expressions would be great. Let me know if you want anything changed in the implementation or if you think it does not belong in core.

I've also updated the tests to account for the new functionality.

rauchg added a commit that referenced this pull request Jun 4, 2013
Add support for 'regexp' type and eql comparison of regular expressions.
@rauchg rauchg merged commit e3be486 into Automattic:master Jun 4, 2013
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.

None yet

2 participants