serenity/Tests/Utilities
dgaston 1d932d3ebf Utilities: Fix off by one error in uniq
Flags that rely on counting lines (-c and -d) were
producing results that were off by one. This is fixed
by initializing the `count` variable to 1, which is
consistent with behavior in the main loop, where it
is reset to 1 when lines don't match.
2024-04-27 16:33:27 -06:00
..
CMakeLists.txt Utilities: Allow uniq to work on lines of arbitrary length 2024-04-27 16:33:27 -06:00
TestPatch.cpp patch+LibDiff: Add support for applying patches with preprocessor macro 2024-03-03 08:56:00 +01:00
TestSed.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestUniq.cpp Utilities: Fix off by one error in uniq 2024-04-27 16:33:27 -06:00