Closed mbj closed 2 years ago
hey,
you're doing it right!
these properties should not be listed as supported.
my guess is that i've either added them to regexp_parser in error, or they were removed in a later ruby version (2.7.x).
i'll have to investigate a bit and add a spec to detect such "excessive" properties.
thanks for the pointer!
@mbj these five properties were never supported. i've just released regexp_parser v2.3.1 with a fix.
On my recent mutant work on regexp mutations I found cases where, regexp parser would indicate that ruby at a given version does support a specific unicode property, where ruby apparently would not support it. It could very well also be I use the
regexp_parser
API wrong.I've tested with non EOL head rubies getting me that outputs:
A fix may be easy in removing indicated support, or well: Telling me where I use the API wrong.