summaryrefslogtreecommitdiffstats
path: root/test/shell5.test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/shell5.test12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/shell5.test b/test/shell5.test
index 877676d..8727eda 100644
--- a/test/shell5.test
+++ b/test/shell5.test
@@ -585,4 +585,16 @@ do_test shell5-7.1 {
SELECT * FROM t1;}
} {0 aaa|bbb|aaabbb}
+#-------------------------------------------------------------------------
+
+do_test shell5-8.1 {
+
+ set out [open shell5.csv w]
+ fconfigure $out -translation lf
+ puts $out x
+ close $out
+
+ catchcmd :memory: {.import --csv shell5.csv '""""""""""""""""""""""""""""""""""""""""""""""'}
+} {0 {}}
+
finish_test