openSUSE / docmanager

Manage DocBook 5 Meta Information
http://opensuse.github.io/docmanager/index.html
GNU General Public License v3.0
6 stars 6 forks source link

Check values for -p/--properties with Test Case #18

Closed tomschr closed 9 years ago

tomschr commented 9 years ago

Properties are passed through the -p/--properties option. The following syntax is the same:

As the comma is the separator character, a value after = cannot contain a comma. Although it is rarely needed (cornercase), we should extend the syntax so this would be possible:

-p a='1,2',b="2,3"
mschnitzer commented 9 years ago

WIP (Test Cases)

mschnitzer commented 9 years ago

Implemented with: https://github.com/openSUSE/docmanager/commit/0808ebd53eeba21c5cf860c3998ae424256f6d32

But we also have to add a test case for a value with spaces. This is not yet supported by DocManager.