Add a test for grup names of length 1.

2005-09-14  Matthias Clasen  <mclasen@redhat.com>

	* tests/keyfile-test.c: Add a test for grup names of length 1.

	* glib/gkeyfile.c (g_key_file_line_is_group): Accept group names
	of length 1.  (#316309)
This commit is contained in:
Matthias Clasen
2005-09-14 18:04:53 +00:00
committed by Matthias Clasen
parent 047558bc21
commit 81719cc164
5 changed files with 42 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
2005-09-14 Matthias Clasen <mclasen@redhat.com>
* tests/keyfile-test.c: Add a test for grup names of length 1.
* glib/gkeyfile.c (g_key_file_line_is_group): Accept group names
of length 1. (#316309)
2005-09-12 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c (g_markup_escape_text): Clarify docs.