1
0
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:
drh
2019-01-03 16:03:48 +00:00
parent 94e02d9c2c
commit 1baae57a72
3 changed files with 8 additions and 8 deletions

View File

@ -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 {