coreutils/tests
Chirag Jadwani 116e253cc0 uniq: Fix skip fields
Current implementation of the skip fields logic does not handle
multibyte code points correctly. It assumes each code point (`char`) is
one byte. If the skipped part of the input line has any multibyte code
points then this can cause fields not being skipped correctly (field
start index is calculated to be before it actually starts).
2021-03-15 18:48:54 +05:30
..
by-util uniq: Fix panic on invalid utf-8 input 2021-03-15 18:48:54 +05:30
common tests/utils: fixed mode for write (#1802) 2021-03-12 22:26:27 +01:00
fixtures uniq: Fix skip fields 2021-03-15 18:48:54 +05:30
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00