Closed jdleesmiller closed 2 years ago
It looks like there is a typo in the check for opts.eol in the stringQuoteOnlyIfNecessary formatter. This fixes the typo and adds a test.
opts.eol
stringQuoteOnlyIfNecessary
(There may be a better way to test this... I could not commit a fixture CSV file with CRLF newlines.)
Good catch @jdleesmiller!
Sorry, but I didn't noticed this PR and just fixed this issue while fixing #562
It looks like there is a typo in the check for
opts.eol
in thestringQuoteOnlyIfNecessary
formatter. This fixes the typo and adds a test.(There may be a better way to test this... I could not commit a fixture CSV file with CRLF newlines.)