davmlaw / 2024_assignment_5_adelaide_uni_bioinfo

MIT License
0 stars 47 forks source link

File data/a1903005.txt contains UPPERCASE bug #54

Closed brinda080 closed 2 weeks ago

brinda080 commented 1 month ago

Hi Dave,

Thank you heaps for your project and the efforts you've put in maintaining it!

I think I may have found a low severity bug in data/a1903005.txt, as it contains few words that are in UPPERCASE, but it should be in lowercase in lines 11 and 15. The commit that introduced this bug is 5d59ff0, titled as 'iterate real-time systems' which was created on 23rd September 2024. The actual and expected results for the line affected are as follows:

Actual Text L11: total character official FOCUS. XXXXXXX WAIT child forget choose. L15: FUTURE tend toward get trial manage number evening. catch success act design pay. Expected Text L11: total character official focus. XXXXXXX wait child forget choose. L15: future tend toward get trial manage number evening. catch success act design pay.

I plan to submit a pull request once I have replaced the uppercase words with lowercase ones in the file.

Thank you again, Brinda