In verbose mode each instance of a questionable word is queried so don't give a count
6 #define TESTCASE_ERROR testcase_error_quark()
14 guint column; /* or 0 for unspecified */
19 * Does this warning relate to a real problem in the etext
20 * (eg., error and false-negative).
24 * Do we "expect" BOOKLOUPE to get this wrong
25 * (eg., false-negative and false-positive)
29 * For real problems, the first location should be the
30 * actual location of the problem.
42 char *encoding; /* The character encoding to talk to BOOKLOUPE in */
46 TESTCASE_TMP_DIR=1<<1,
50 GQuark testcase_error_quark(void);
51 gboolean testcase_run(Testcase *testcase);
52 void testcase_free(Testcase *testcase);
54 #endif /* TESTCASE_H */