Home
last modified time | relevance | path

Searched refs:PATCH_CORRUPT_MISSING_NEW_FILE (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/patch/
H A Dparse.c102 PATCH_CORRUPT_MISSING_NEW_FILE, in test_patch_parse__invalid_patches_fails()
103 strlen(PATCH_CORRUPT_MISSING_NEW_FILE), NULL)); in test_patch_parse__invalid_patches_fails()
H A Dpatch_common.h778 #define PATCH_CORRUPT_MISSING_NEW_FILE \ macro
/dports/devel/libgit2/libgit2-1.3.0/tests/apply/
H A Dfromfile.c359 PATCH_CORRUPT_MISSING_NEW_FILE, in test_apply_fromfile__fail_missing_new_file()
360 strlen(PATCH_CORRUPT_MISSING_NEW_FILE), NULL)); in test_apply_fromfile__fail_missing_new_file()
/dports/devel/libgit2/libgit2-1.3.0/tests/diff/
H A Dparse.c135 test_parse_invalid_diff(PATCH_CORRUPT_MISSING_NEW_FILE); in test_diff_parse__invalid_patches_fails()