coreutils/tests/fixtures/uniq/skip-fields.txt
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

8 lines
92 B
Text

aaa ⟪⟫ a
ZZZ aa a
ZZZ aa a
ZZZ bb a
ZZZ bb a
aa a
a