Skip to content

Fix/bundle escape spaces

Francis Lecavalier requested to merge fix/bundle-escape-spaces into develop

Allow whitespaces in bundle descriptions to be escaped by prefixing them with \\.

A comment in Switcher's code suggested that this was supposed to be implemented, but it is not (as of now, whitespaces must be inside quotes to be escaped). This MR fixes this.

Merge request reports