Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote processing uses stale indexes if quote contains delimiter or newline #727

Closed
jseter opened this issue Oct 23, 2019 · 0 comments
Closed

Comments

@jseter
Copy link
Contributor

jseter commented Oct 23, 2019

Referenced in #713 but being separate out into its own bug.
When a quoted field contains newline or the delimiter, the whitespace calculation will use an index for a delimiter that is before the current parsing position instead of after, causing it to evaluate the wrong text for whitespace.

jseter pushed a commit to jseter/PapaParse that referenced this issue Oct 23, 2019
pokoli pushed a commit that referenced this issue Oct 24, 2019
@pokoli pokoli closed this as completed Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants