csharp
csharp copied to clipboard
Updated clarity in match criteria for ListLinesWithPasswords()
It wasn't clear to me that in Task 5, the exact match password shouldn't be returned, but password123 should. The test cases don't make this clear either, so added a bit of extra description to avoid others being confused.