Searched refs:assert_config_value (Results 1 – 1 of 1) sorted by relevance
/dports/devel/libgit2/libgit2-1.3.0/tests/config/ |
H A D | stress.c | 42 void assert_config_value(git_config *config, const char *key, const char *value) in assert_config_value() function 55 assert_config_value(config, "some.section.test2", "hello"); in test_config_stress__comments() 56 assert_config_value(config, "some.section.test3", "welcome"); in test_config_stress__comments() 57 assert_config_value(config, "some.section.other", "hello! \" ; ; ; "); in test_config_stress__comments() 58 assert_config_value(config, "some.section.other2", "cool! \" # # # "); in test_config_stress__comments() 61 assert_config_value(config, "some.section.back", "this is \ba phrase"); in test_config_stress__comments() 62 assert_config_value(config, "some.section.dollar", "some $sign"); in test_config_stress__comments() 66 assert_config_value(config, "some.section.quotecomment", "hi # ho there are # more"); in test_config_stress__comments() 83 assert_config_value(config, "some.sec\\tion.other", "foo"); in test_config_stress__escape_subsection_names() 99 assert_config_value(config, "windows.path", path); in test_config_stress__trailing_backslash() [all …]
|