dbus/test/internals
Simon McVittie 4b46e9cb0f desktop-file: Treat backslashes in section names as literal
The Desktop Entry Specification doesn't give any special meaning to
backslashes in section names: a line "[\n]" starts a section whose
name is the two characters (backslash, n), not a section whose name
is a newline. GKeyFile in GLib matches this interpretation.

In practice, the only section used by dbus-daemon is "D-BUS Service",
only way this could make a difference is if someone had written it
as "D-BUS\sService". According to
https://codesearch.debian.net/search?q=%5C%5BD-BUS%5C%5CsService%5C%5D
there is no instance of that pattern in Debian.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-10-19 11:11:55 +00:00
..
desktop-file.c desktop-file: Treat backslashes in section names as literal 2018-10-19 11:11:55 +00:00
printf.c tests: Call dbus_shutdown() 2018-08-02 17:14:39 +01:00
refs.c tests: Detach most connections from main loop before closing 2018-08-02 17:16:43 +01:00
server-oom.c tests: Call dbus_shutdown() 2018-08-02 17:14:39 +01:00
syslog.c tests: Call dbus_shutdown() 2018-08-02 17:14:39 +01:00
variant.c tests: Call dbus_shutdown() 2018-08-02 17:14:39 +01:00