Remove accidental newline - csvtofsv - Convert CSV to FSV (`fs' (0x1c) as FS an… | |
hg clone https://bitbucket.org/iamleot/csvtofsv | |
Log | |
Files | |
Refs | |
README | |
--- | |
changeset 0f663dfebd899a84c493d50764548d64d20e08e9 | |
parent c411ed1067f45bfb654ff9c3bfae71a6fa73fefc | |
Author: Leonardo Taccari <[email protected]> | |
Date: Wed, 26 Jun 2019 01:55:40 | |
Remove accidental newline | |
Diffstat: | |
t/09.fsv | 3 +-- | |
1 files changed, 1 insertions(+), 2 deletions(-) | |
--- | |
diff -r c411ed1067f4 -r 0f663dfebd89 t/09.fsv | |
--- a/t/09.fsv Wed Jun 26 01:54:20 2019 +0200 | |
+++ b/t/09.fsv Wed Jun 26 01:55:40 2019 +0200 | |
@@ -1,3 +1,2 @@ | |
aaa | |
b | |
-bb | |
ccc | |
-zzz | |
yyy | |
xxx | |
+bb | |
ccc | |
zzz | |
yyy | |
xxx | |
\ No newline at end of file |