cihai / unihan-etl

Export UNIHAN's database to csv, json or yaml
https://unihan-etl.git-pull.com
MIT License
52 stars 13 forks source link

docs(conf): CsvLexer: Fix with quotes #314

Closed tony closed 7 months ago

tony commented 7 months ago

Context

Quoted text is not accounted for - groupings for syntax persists with commas:

image

image

Changes

CsvLexer: Handle quoted CSV items

With PR:

image

image

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7a053e2) 67.16% compared to head (d7939dc) 67.16%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #314 +/- ## ======================================= Coverage 67.16% 67.16% ======================================= Files 12 12 Lines 1261 1261 Branches 231 231 ======================================= Hits 847 847 Misses 358 358 Partials 56 56 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.