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
I have tried to parse this string aaa bbb using this parser ident ~ "(?i)AND".r.*. I was expecting to see this error [1.5] failure: string matching regex '(?i)AND' expected but 'b' found, but I received this error [1.5] failure: string matching regex '\z' expected but 'b' found.
After Investigating in this bug, I found that this problem happens only when using * to repeat the same parser.