mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 17:08:45 +02:00
Accept \r\n as line end. (#163030, Bastian Nocera)
2005-01-19 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_parse_data): Accept \r\n as line end. (#163030, Bastian Nocera) (g_key_file_load_from_data): Make -1 work as a size. * tests/keyfile-test.c: Some unit tests for the keyfile parser. * tests/Makefile.am (test_programs): Add keyfile-test.
This commit is contained in:
committed by
Matthias Clasen
parent
b45420bca8
commit
92a710ba28
@@ -74,6 +74,7 @@ test_programs = \
|
||||
gio-test \
|
||||
hash-test \
|
||||
iochannel-test \
|
||||
keyfile-test \
|
||||
list-test \
|
||||
mainloop-test \
|
||||
markup-escape-test \
|
||||
@@ -127,6 +128,7 @@ env_test_LDADD = $(progs_ldadd)
|
||||
gio_test_LDADD = $(progs_ldadd)
|
||||
hash_test_LDADD = $(progs_ldadd)
|
||||
iochannel_test_LDADD = $(progs_ldadd)
|
||||
keyfile_test_LDADD = $(progs_ldadd)
|
||||
list_test_LDADD = $(progs_ldadd)
|
||||
mainloop_test_LDADD = $(thread_ldadd)
|
||||
markup_test_LDADD = $(progs_ldadd)
|
||||
|
Reference in New Issue
Block a user