coreutils/tests/fixtures/uniq
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
..
not-utf8-sequence.txt uniq: Fix panic on invalid utf-8 input 2021-03-15 18:48:54 +05:30
skip-1-char.expected uniq: add tests 2016-02-29 11:07:16 +05:30
skip-2-fields.expected uniq: Fix skip fields 2021-03-15 18:48:54 +05:30
skip-3-check-2-chars.expected uniq: add tests 2016-02-29 11:07:16 +05:30
skip-3-check-5-chars.expected uniq: add tests 2016-02-29 11:07:16 +05:30
skip-5-chars.expected uniq: add tests 2016-02-29 11:07:16 +05:30
skip-chars.txt uniq: add tests 2016-02-29 11:07:16 +05:30
skip-fields.txt uniq: Fix skip fields 2021-03-15 18:48:54 +05:30
sorted-all-repeated-prepend.expected uniq: add tests 2016-02-29 11:07:16 +05:30
sorted-all-repeated-separate.expected uniq: add tests 2016-02-29 11:07:16 +05:30
sorted-all-repeated.expected uniq: add tests 2016-02-29 11:07:16 +05:30
sorted-counts.expected uniq: add tests 2016-02-29 11:07:16 +05:30
sorted-ignore-case.expected uniq: add tests 2016-02-29 11:07:16 +05:30
sorted-repeated-only.expected uniq: add tests 2016-02-29 11:07:16 +05:30
sorted-simple.expected uniq: add tests 2016-02-29 11:07:16 +05:30
sorted-unique-only.expected uniq: add tests 2016-02-29 11:07:16 +05:30
sorted-zero-terminated.expected uniq: add test for zero terminated input and output 2016-08-06 18:41:39 -07:00
sorted-zero-terminated.txt uniq: add test for zero terminated input and output 2016-08-06 18:41:39 -07:00
sorted.txt uniq: add tests 2016-02-29 11:07:16 +05:30