-
Notifications
You must be signed in to change notification settings - Fork 5
asserts: Add assert-string=. #13
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
asserts: Add assert-string=. #13
Conversation
But then, maybe add more equality operators, to mirror the toolset of CL in general? Not much left: |
93f8778
to
b3ddcc1
Compare
I don't see why not @aartaka. PR revised accordingly. |
Assertions for string=, string-equal, string/=, string-not-equal, char=, char-equal, char/=, char-not-equal, = /=.
b3ddcc1
to
12eb4f9
Compare
CC @bobbysmith007, @ryepup, how does that look to you? |
Its has been too long to have much insight, but it looks right to me. |
Care to merge then? :) |
Thanks! |
There is a mistake in this pull request: none of the new symbols are exported. |
I will open a new PR. My mistake, sorry. |
See #15. |
No description provided.