Closed (fixed)
Project:
Crossword
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 May 2023 at 14:11 UTC
Updated:
10 Sep 2024 at 19:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
danflanagan8Here's a patch with a new test case. I also noticed a bug in two existing test cases. I think they will fail now as well. I can fix those at the same time.
Comment #4
keshavv commentedTested the patch, Confirmed that it is working perfect.
Created the MR for easy merge. Moving to RTBC.
Comment #5
danflanagan8@keshav.k, that's a fail test.
There's no fix.
You are lying. You clearly didn't test this.
Please stay out of the issue queue unless you are going to do real work.
Comment #6
danflanagan8Comment #8
danflanagan8I just pushed a fix that simplifies things by converting all text to uppercase before looking for the reference patterns. Because of the post-processing that was even easier than trying to use the
iflag on the regex patterns.