blob: ebdb952594a66e0b5ca871130dc4c4ae4b4b02ef [file] [log] [blame]
A,B,C,"D"
# plain values
a,b,c,d
# spaces before and after
e ,f , g,h
# quoted: with spaces before and after
" i ", " j " , " k "," l "
# empty values
,,,
# empty quoted values
"","","",""
# 3 empty lines
# EOF on next line