Remove accidental trailing newline - csvtofsv - Convert CSV to FSV (`fs' (0x1c)… | |
hg clone https://bitbucket.org/iamleot/csvtofsv | |
Log | |
Files | |
Refs | |
README | |
--- | |
changeset 477d355c259932e82ee1d6b659d895ec7f188e00 | |
parent ed27c76334aaf8e4de69097fd7bfaf92ffc85afd | |
Author: Leonardo Taccari <[email protected]> | |
Date: Wed, 26 Jun 2019 01:21:39 | |
Remove accidental trailing newline | |
Diffstat: | |
t/05.fsv | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
--- | |
diff -r ed27c76334aa -r 477d355c2599 t/05.fsv | |
--- a/t/05.fsv Wed Jun 26 01:14:37 2019 +0200 | |
+++ b/t/05.fsv Wed Jun 26 01:21:39 2019 +0200 | |
@@ -1,1 +1,1 @@ | |
-aaa | |
bbb | |
ccc | |
zzz | |
yyy | |
xxx | |
+aaa | |
bbb | |
ccc | |
zzz | |
yyy | |
xxx | |
\ No newline at end of file |