Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-11 | core: fix dependency parsing | Lennart Poettering | |
3d793d29059a7ddf5282efa6b32b953c183d7a4d broke parsing of unit file names that include backslashes, as extract_first_word() strips those. Fix this, by introducing a new EXTRACT_RETAIN_ESCAPE flag which disables looking at any flags, thus being compatible with the classic FOREACH_WORD() behaviour. | |||
2015-10-28 | test-extract-word: Move extract-word tests into their own test case | Filipe Brandenburger | |
Tests for the functions defined in src/basic/extract-word.c. Tested that `make check` still passes as expected. |