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

issue #258 and issue #278 - Space/Tab tokens and multiple BR/token su… #279

Conversation

jondavis9898
Copy link
Contributor

…pport

Add support for Space (SP()) and Tab (TB()) tokens; Add support for
multiple tokens (including existing BR()) in delimiter

Note - This provides for backwards compat with existing "BR()" functionality. However, if an existing LookupRollupSummary contains a delimiter with the text "SP()" or "TB()" or if "BR()" exists within a delimiter that is not exactly "BR()" only, this will cause a regression. Providing a way to "escape" these tokens would require an endless exercise so due to the fact that it is extremely unlikely that these tokens already exist within a delimiter value I've decided not to provide a way to specify SP(), TB() or BR() in a delimiter that would not be translated to "space", "tab" or "carriage return." If you feel that this is something that is needed, I can update this PR to provide a backslash ("") style of escaping. Note that even with a single backslash style escaping, that too would need an escape pattern, which would need an escape pattern, etc. ;)

…ens and multiple BR/token support

Add support for Space (SP()) and Tab (TB()) tokens; Add support for
multiple tokens (including existing BR()) in delimiter
afawcett added a commit that referenced this pull request Jan 10, 2016
…-and-multiple-BR

issue #258 and issue #278 - Space/Tab tokens and multiple BR/token su…
@afawcett afawcett merged commit 6ec74ae into SFDO-Community:master Jan 10, 2016
@afawcett
Copy link
Collaborator

Awesome thanks! I agree low likelihood of regression here. #famouslastwords 👍

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