You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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_11670988The text was updated successfully, but these errors were encountered: