Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

<![...]> does not match at end of string #9

@moritz

Description

@moritz
< pmichaud> rakudo:  say ?("abc" ~~ / 'abc' <![ ( \\ ' \- ]> /)
<+p6eval> rakudo 2c8bb8: OUTPUT«0?»
< pmichaud> looks like a bug with <![...]>
< moritz_> should <![...]> be the same as <!before <[...]> > ?
< pmichaud> essentially, yes.
< pmichaud> it's a zero-width negated match
< pmichaud> rakudo:  say ?("abc" ~~ / 'abc' <!before <[ ( \\ ' \- ]> >/)
<+p6eval> rakudo 2c8bb8: OUTPUT«1?»
< moritz_> pmichaud: want me to submit a bug report for the regex thing?
< pmichaud> moritz_: sure, it's an nqp-rx bug.  I've found the bug, I'm
            trying to figure out how to fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions