Cannot escape quotes in office searchspec
Open
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 1
- Avg merge
- 19m
- Merged PRs (30d)
- 8
Description
In #320, a change was introduced to enclose office names in either single or double quotes. If an office name happens to contain both single and double quotes, this will break as they are not escaped.
Attempts were made to escape quotes to avoid this, but upstream appeared to ignore any escaped double quotes. We may have to investigate upstream issues further if this situation ever arises.
Contributor guide
Assessment
This issue has not been assessed yet.