Jeff King [off-list ref] writes:
quoted
An existing test t3300 tells me that a test that uses a path with a
tab needs to be skipped on FAT/NTFS. If your goal is to make sure
dquote is exercised, can't we just do with a path with a SP in it or
something?
It has to trigger quote_c_style(). You can see the complete set of
quoted characters in quote.c:sq_lookup, but space is not one of them.
Probably double-quote or backslash is the best bet, as the rest are all
control characters.
Yeah, 3300 seems to use dq for that.
Thanks for checking.