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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org