From c5d43cdbef96cedcd2483cc0ba1e8d8d4a2e8407 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 29 Sep 2005 00:26:41 +0000 Subject: [PATCH] Add a comment - Federico --- tests/testcellrenderertext.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/testcellrenderertext.c b/tests/testcellrenderertext.c index 1a820b7d9..a33f124eb 100644 --- a/tests/testcellrenderertext.c +++ b/tests/testcellrenderertext.c @@ -62,8 +62,14 @@ struct cell_params { #define TESTR "RIGHT JUSTIFIED This is really truly verily some very long text\n\330\247\331\204\330\263\331\204\330\247\331\205 \330\271\331\204\331\212\331\203\331\205 \330\247\331\204\330\263\331\204\330\247\331\205 \330\271\331\204\331\212\331\203\331\205 \330\247\331\204\330\263\331\204\330\247\331\205 \330\271\331\204\331\212\331\203\331\205" + +/* DO NOT CHANGE THE ROWS! They are numbered so that we can refer to + * problematic rows in bug reports. If you need a different test, just add a + * new row at the bottom. Also, please add your new row numbers to this column -------------------------------+ + * to keep things tidy. v + */ static const struct cell_params cell_params[] = { - { "xp yp xa ya se wi he wc ww wm sp el", "", 0, 0, 0.0, 0.5, TRUE, -1, -1, -1, -1, CH, FALSE, NO }, /* 0 */ + { "xp yp xa ya se wi he wc ww wm sp el", "", 0, 0, 0.0, 0.5, TRUE, -1, -1, -1, -1, CH, FALSE, NO }, /* 0 */ /* Test alignment */ -- 2.43.2