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 !~ (unlike) assertion operator to language #54

Open
ingydotnet opened this issue Nov 12, 2018 · 2 comments
Open

Add !~ (unlike) assertion operator to language #54

ingydotnet opened this issue Nov 12, 2018 · 2 comments

Comments

@ingydotnet
Copy link
Contributor

No description provided.

@ingydotnet
Copy link
Contributor Author

Will add !==, !=~ and !~~. !~ (like perl's) is too confusing here.

Can't really add a 'not' ! operator here because assertion operators need to
be handled at the test framework level, so need to be atomic.

@ingydotnet
Copy link
Contributor Author

e948f59 adds compiler and perl5 support for !xx operators

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

No branches or pull requests

1 participant