Home | History | Annotate | Download | only in tests

Lines Matching refs:e2

228       gchar *e2 = g_strescape (string, NULL);
229 g_print ("failed \t(unexpected %s) '%s' against '%s'\n", match ? "match" : "mismatch", e1, e2);
231 g_free (e2);
408 t1, s1, e1, t2, s2, e2) { \
411 t1, s1, e1, t2, s2, e2, NULL)) \
418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \
421 t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL)) \
428 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4) { \
431 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4, NULL)) \
742 #define TEST_FETCH_ALL2(pattern, string, e1, e2) { \
744 if (test_fetch_all (pattern, string, e1, e2, NULL)) \
750 #define TEST_FETCH_ALL3(pattern, string, e1, e2, e3) { \
752 if (test_fetch_all (pattern, string, e1, e2, e3, NULL)) \
840 #define TEST_SPLIT_SIMPLE2(pattern, string, e1, e2) { \
842 if (test_split_simple (pattern, string, e1, e2, NULL)) \
848 #define TEST_SPLIT_SIMPLE3(pattern, string, e1, e2, e3) { \
850 if (test_split_simple (pattern, string, e1, e2, e3, NULL)) \
1030 #define TEST_SPLIT2(pattern, string, start_position, max_tokens, e1, e2) { \
1032 if (test_split_full (pattern, string, start_position, max_tokens, e1, e2, NULL)) \
1039 if (test_split (pattern, string, e1, e2, NULL)) \
1046 #define TEST_SPLIT3(pattern, string, start_position, max_tokens, e1, e2, e3) { \
1048 if (test_split_full (pattern, string, start_position, max_tokens, e1, e2, e3, NULL)) \
1055 if (test_split (pattern, string, e1, e2, e3, NULL)) \
1544 t1, s1, e1, t2, s2, e2) { \
1547 t1, s1, e1, t2, s2, e2, NULL)) \
1554 if (test_match_all (pattern, string, t1, s1, e1, t2, s2, e2, NULL)) \
1562 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \
1565 t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL)) \
1572 if (test_match_all (pattern, string, t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL)) \