Add an empty test - csvtofsv - Convert CSV to FSV (`fs' (0x1c) as FS and `rs' (0x1e) as RS)
HTML hg clone https://bitbucket.org/iamleot/csvtofsv
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR changeset 2a984e480129d20c8d32a5fe8fe7cc99cff048a4
DIR parent c44b71d05d805058d1fd9d2ef7ba39d4f9e8e568
HTML Author: Leonardo Taccari <iamleot@gmail.com>
Date: Wed, 26 Jun 2019 16:16:29
Add an empty test
(If the CSV is an empty file the corresponding FSV should be an empty
file as well.)
Diffstat:
t/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff -r c44b71d05d80 -r 2a984e480129 t/Makefile
--- a/t/Makefile Wed Jun 26 13:07:01 2019 +0200
+++ b/t/Makefile Wed Jun 26 16:16:29 2019 +0200
@@ -1,4 +1,4 @@
-TESTS= 01 02 03 04 05 06 07 08 09 10
+TESTS= 01 02 03 04 05 06 07 08 09 10 11
CSVTOFSV?= ../csvtofsv