rmuir commented on issue #14224: URL: https://github.com/apache/lucene/issues/14224#issuecomment-2654396301
I see `[]` in the regexp which matches no possible characters, so it creates Automata.makeEmpty(). Concatenation of empty with anything else returns empty, so that's why the test fails. But I don't understand yet how the behavior is incorrect: because to me it seems this regexp cannot match anything. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
