blob: 1ef564d29fd9ae618fb569e626aa6fc6a448894e [file]
# CSV uses quote as the quote escape by default.
# Earlier versions accidentally used back-slash.
# The back-slash, and \n, don't do anything; they are regular chars.
"a, b,","c","d,, \n e","f""g"
"d, e,","f","g,, \n h","i""j"
"g, h,","i","j,, \n k","l""m"