bulk of the tests were commented out, oops.

2001-11-14  Havoc Pennington  <hp@redhat.com>

	* tests/testtextbuffer.c (main): bulk of the tests were commented
	out, oops.

	* gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this
	function work, should resolve #63426
	(gtk_text_iter_ends_line): return TRUE for the end iterator

	* gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
	a couple things that might get cached in here.
This commit is contained in:
Havoc Pennington
2001-11-14 18:58:26 +00:00
committed by Havoc Pennington
parent dcff7a6aea
commit 419f3e9bcc
10 changed files with 112 additions and 13 deletions

View File

@ -92,10 +92,10 @@ main (int argc, char** argv)
/* Put stuff in the buffer */
fill_buffer (buffer);
#if 0
/* Subject stuff-bloated buffer to further torment */
run_tests (buffer);
#endif
/* Delete all stuff from the buffer */
gtk_text_buffer_get_bounds (buffer, &start, &end);
gtk_text_buffer_delete (buffer, &start, &end);