mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-07-16 16:52:45 +00:00
4bf7e9d192
* Fix the CSV parser blanking a table getCellInfo read the loop variable i before its declaration, so hoisting made it undefined and charAt(undefined) read the first character of the whole text. Any CSV opening with a separator therefore returned every cell empty. - Test the cell against the start of the cell rather than the hoisted i - Keep a separator inside a quoted cell literal - Cover the parser with tests Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Add a change note for the CSV fix Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>