Lines Matching refs:separator
29 # Test cases shell5-1.*: Basic handling of the .import and .separator commands.
44 # .separator STRING Change separator used by output mode and .import
46 catchcmd "test.db" ".separator"
47 } {1 {Usage: .separator COL ?ROW?}}
49 catchcmd "test.db" ".separator ONE"
52 catchcmd "test.db" ".separator ONE TWO"
56 catchcmd "test.db" ".separator ONE TWO THREE"
57 } {1 {Usage: .separator COL ?ROW?}}
59 # column separator should default to "|"
65 # row separator should default to "\n"
71 # set separator to different value.
74 set res [catchcmd "test.db" {.separator ,
76 list [regexp {separator: \",\"} $res]
143 .separator ,