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
Enum (cont) space returns false even if it contains a space #2604
Comments
|
This problem is not just for homemade |
|
Actually, this has nothing to do with |
|
And from there: this is actually not a bug, but a result of You are actually saying: Which makes sense if you see: So maybe we need to document this gotcha. |
|
An alternate way to check if something is in an enum, is to use |
|
Trap documented with Raku/doc@ca3067e5e7 , closing now |
The Problem
See title.
Expected Behavior
enum ∋ ' 'should returnTrue.Actual Behavior
It returns
False.Steps to Reproduce
Environment
OpenBSD bastille.kennel.qt 6.4 GENERIC.MP#364 amd64
perl6 -v):This is Rakudo version 2018.12-158-gf39be10ce built on MoarVM version 2018.12-13-g473324ee3
implementing Perl 6.d.
The text was updated successfully, but these errors were encountered: