dbus/test/data/invalid-config-files/double-attribute.conf
Simon McVittie 64a6366027 Add more test coverage for config file parsing
minimal.conf is a valid config file added to make it obvious why
the new invalid config files are invalid.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107739
2018-08-30 17:39:41 +01:00

4 lines
132 B
Text

<busconfig>
<listen>tcp:port=1234</listen>
<limit name="max_incoming_bytes" name="max_incoming_bytes">5000</limit>
</busconfig>