mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-04 13:33:18 +00:00
fix https://github.com/johnkerl/miller/issues/29: mmapped I/O with missing final newline
This commit is contained in:
parent
f19f950caa
commit
892b90de24
1 changed files with 26 additions and 0 deletions
|
|
@ -1988,6 +1988,32 @@ c 3
|
|||
f 6
|
||||
|
||||
|
||||
================================================================
|
||||
SPACE-PADDING
|
||||
|
||||
./test/../mlr --mmap --idkvp --odkvp --ifs space --repifs cat ./test/input/space-pad.dkvp
|
||||
a=1,b=2
|
||||
c=3
|
||||
|
||||
./test/../mlr --no-mmap --idkvp --odkvp --ifs space --repifs cat ./test/input/space-pad.dkvp
|
||||
a=1,b=2
|
||||
c=3
|
||||
|
||||
./test/../mlr --mmap --inidx --odkvp --ifs space --repifs cat ./test/input/space-pad.nidx
|
||||
1=a,2=b,3=c
|
||||
1=d,2=e,3=f
|
||||
|
||||
./test/../mlr --no-mmap --inidx --odkvp --ifs space --repifs cat ./test/input/space-pad.nidx
|
||||
1=a,2=b,3=c
|
||||
1=d,2=e,3=f
|
||||
|
||||
./test/../mlr --mmap --icsvlite --odkvp --ifs space --repifs cat ./test/input/space-pad.pprint
|
||||
a=1,b=2,c=3
|
||||
|
||||
./test/../mlr --no-mmap --icsvlite --odkvp --ifs space --repifs cat ./test/input/space-pad.pprint
|
||||
a=1,b=2,c=3
|
||||
|
||||
|
||||
================================================================
|
||||
MISSING FINAL LF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue