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

cmp-ok in Testing is not described correctly. #229

Closed
zoffixznet opened this issue Dec 7, 2015 · 1 comment
Closed

cmp-ok in Testing is not described correctly. #229

zoffixznet opened this issue Dec 7, 2015 · 1 comment
Labels
docs Documentation issue (primary issue type)

Comments

@zoffixznet
Copy link
Contributor

The current description suggests passing operators as strings should work. It does work for '~~', but not for ==. We should also include a way to include other operators like so:
cmp-ok 42, &infix:[ '==' ], 42, 'ayup'

EDIT: this actually seems to be a bug in cmp-ok: http://irclog.perlgeek.de/perl6/2015-12-07#i_11670988

@zoffixznet zoffixznet added the docs Documentation issue (primary issue type) label Dec 7, 2015
@AlexDaniel
Copy link
Member

(was fixed last night)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

2 participants