Preserve double and single quotes in library / framework names #81

Merged
dankegel merged 4 commits from quotefest into master 2015-09-11 19:22:04 +00:00
dankegel commented 2015-09-11 00:29:17 +00:00 (Migrated from github.com)

pkg-config supports .pc files containing e.g.

Libs: -F${libdir}/cefclient.app/Contents/Frameworks -framework 'Chromium Embedded Framework'

and preserves the quotes. pkgconf should do the same.

And what the heck, a unit test for argvsplit to check its behavior in this area seemed like a good idea.

pkg-config supports .pc files containing e.g. ``` Libs: -F${libdir}/cefclient.app/Contents/Frameworks -framework 'Chromium Embedded Framework' ``` and preserves the quotes. pkgconf should do the same. And what the heck, a unit test for argvsplit to check its behavior in this area seemed like a good idea.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#81
There is no content yet.