mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix the csv01.test module so that it works on systems with \r\n line endings.
FossilOrigin-Name: 36eaf5a5e51b20699328aae67c2bfd325f81bea342e2b167fddd859a50a26e28
This commit is contained in:
@ -218,7 +218,7 @@ do_execsql_test 4.4 {
|
||||
# Bug report on the mailing list
|
||||
#
|
||||
forcedelete csv01.csv
|
||||
set fd [open csv01.csv w]
|
||||
set fd [open csv01.csv wb]
|
||||
puts $fd "a,b,c,d\r\n1,2,3,4\r\none,two,three,four\r\n5,6,7,8"
|
||||
close $fd
|
||||
do_execsql_test 5.1 {
|
||||
|
Reference in New Issue
Block a user