This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
coreutils
Watch
2
Star
0
Fork
You've already forked coreutils
0
mirror of
https://github.com/uutils/coreutils
synced
2024-11-17 10:18:11 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
116e253cc0
coreutils
/
tests
/
fixtures
/
uniq
/
skip-2-fields.expected
3 lines
24 B
Text
Raw
Normal View
History
Unescape
Escape
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 12:41:33 +00:00
aaa ⟪⟫ a
uniq: add tests
2016-02-29 05:37:16 +00:00
aa a
Reference in a new issue
Copy permalink