Skip to content

Add support for multi value params which require DQUOTEs#196

Merged
kewisch merged 2 commits intokewisch:masterfrom
make-my-day:master
Jan 6, 2016
Merged

Add support for multi value params which require DQUOTEs#196
kewisch merged 2 commits intokewisch:masterfrom
make-my-day:master

Conversation

@make-my-day
Copy link
Copy Markdown
Contributor

I removed the check in the parser for multiValueSeparateDQuote because this is within the dquoting section - in that case dquoting of the separate values is mandatory. The param getter/setter is currently used only at one place for timezones, but for consistency I added the a distinction for Array/String in/output.

Comment thread build/ical.js
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this also work if some delimiter are not found? Also, is there a chance that you can use the last found position as a starting point for the next indexOf call to save a few ops?

@kewisch
Copy link
Copy Markdown
Owner

kewisch commented Dec 15, 2015

Can you squash the commits when done with the comments? You can separate out the commit for the packaged build, but it should be two commits max.

kewisch added a commit that referenced this pull request Jan 6, 2016
Add support for multi value params which require DQUOTEs
@kewisch kewisch merged commit 0641fef into kewisch:master Jan 6, 2016
@kewisch
Copy link
Copy Markdown
Owner

kewisch commented Jan 6, 2016

Thanks for taking care!

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

Successfully merging this pull request may close these issues.

2 participants