gtk2/testsuite
Sébastien Wilmet 69d20f53e2 textiter: fix bug in FindLogAttrFunc functions
attrs[len] is the last PangoLogAttr available, at the iter position after the
last character of the line.

For a line in the middle or the start of the buffer, the '\n' is taken
into account by 'len'. For example the is_word_end is generally reached
before the '\n', not after. But for the last line in the buffer, where
there is no trailing '\n', it is important to test until attrs[len].

The bug didn't occur before because find_by_log_attrs() worked directly
on the iter passed as the function argument. But now it is no longer the
case.

https://bugzilla.gnome.org/show_bug.cgi?id=618852
2014-07-17 12:56:56 +02:00
..
a11y Update expected output for a11y test 2014-07-14 14:36:58 -04:00
css testsuite: Add parser test for recent fix 2014-07-07 14:26:06 +02:00
gdk testsuite: put installed tests in the right place 2014-05-31 00:16:07 -04:00
gtk textiter: fix bug in FindLogAttrFunc functions 2014-07-17 12:56:56 +02:00
reftests Force the simple im module for reftests 2014-07-14 18:22:40 -04:00
Makefile.am build: Move tests/reftests to testsuite/reftests 2013-05-15 15:37:17 +02:00