missing-lf iterate

This commit is contained in:
John Kerl 2015-08-30 22:19:37 -04:00
parent e2bc201228
commit 82d36bfe1c

View file

@ -1988,6 +1988,26 @@ c 3
f 6
================================================================
MISSING FINAL LF
./test/../mlr --no-mmap --dkvp cat ./test/input/truncated.dkvp
a=1,b=2
c=3
./test/../mlr --dkvp cat ./test/input/truncated.dkvp
a=1,b=2
c=3
./test/../mlr --no-mmap --nidx cat ./test/input/truncated.nidx
1 2 3
4 5
./test/../mlr --nidx cat ./test/input/truncated.nidx
1 2 3
4 5
================================================================
UTF-8 alignment