fix: fix minor gotchas
This commit is contained in:
@@ -43,7 +43,7 @@ describe('parseCsv - basic parsing', () => {
|
||||
it('should parse CSV with string literal columns (unquoted in CSV)', () => {
|
||||
const csv = [
|
||||
'name,status',
|
||||
'string,on | off',
|
||||
"string,'on' | 'off'",
|
||||
'Alice,on',
|
||||
'Bob,off',
|
||||
].join('\n');
|
||||
|
||||
Reference in New Issue
Block a user