when tab delimited, we should be defaulting to literal quoting mode in function `infer_quote_mode`: ``` if delimiter == "\t": return "literal" ```
when tab delimited, we should be defaulting to literal quoting mode
in function
infer_quote_mode: