Searched defs:test_config_parse_strv_one (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-conf-parser.c78 static void test_config_parse_strv_one(const char *rvalue, char **expected) { function
179 test_config_parse_strv_one("", STRV_MAKE_EMPTY);
180 test_config_parse_strv_one("foo", STRV_MAKE("foo"));
181 test_config_parse_strv_one("foo bar foo", STRV_MAKE("foo", "bar", "foo"));
182 test_config_parse_strv_one("\"foo bar\" foo", STRV_MAKE("foo bar", "foo"));

Completed in 1419 milliseconds