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

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

Open
moritz opened this issue Sep 17, 2010 · 0 comments
Open

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

moritz opened this issue Sep 17, 2010 · 0 comments

Comments

@moritz
Copy link
Member

moritz commented Sep 17, 2010

< 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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant