Fix bug #36: Document workaround to prevent Guiguts conversion of utf-8 files passed to Bookloupe
6 #define TESTCASE_ERROR testcase_error_quark()
14 guint column; /* or 0 for unspecified */
23 * Does this warning relate to a real problem in the etext
24 * (eg., error and false-negative).
28 * Do we "expect" BOOKLOUPE to get this wrong
29 * (eg., false-negative and false-positive)
33 * For real problems, the first location should be the
34 * actual location of the problem.
46 TestcaseSummary summary;
48 char *encoding; /* The character encoding to talk to BOOKLOUPE in */
53 TESTCASE_TMP_DIR=1<<1,
54 TESTCASE_UNIX_NEWLINES=1<<2,
55 TESTCASE_OS9_NEWLINES=1<<3,
59 GQuark testcase_error_quark(void);
60 gboolean testcase_run(Testcase *testcase);
61 gboolean testcase_show_output(Testcase *testcase);
62 void testcase_free(Testcase *testcase);
64 #endif /* TESTCASE_H */