]> git.notmuchmail.org Git - notmuch/commit
test: known broken tests for escape characters in config files.
authorDavid Bremner <david@tethera.net>
Thu, 30 Sep 2021 18:28:34 +0000 (15:28 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 4 Dec 2021 16:16:47 +0000 (12:16 -0400)
commit482bd3a46de34c5f6c5cae3696fd56ffdadc6299
tree24629cbf99adfc8e0d1c94bebc21bfdd162c8ecd
parentbab633d3ac87167dc214094f9d340655885a01b1
test: known broken tests for escape characters in config files.

glib generates the following escape characters with their usual
meanings: \n, \t, \r, and \\, along with \s for _leading_
spaces. Currently notmuch fails to unescape these on reading the
config files. These tests demonstrate this bug; the one new test that
passes is because apparently glib only escapes tabs at the beginning
of a key.
test/T030-config.sh