aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfigtest.h
diff options
context:
space:
mode:
authorAlex Richardson <arichardson.kde@gmail.com>2014-07-01 20:33:41 +0200
committerAlex Richardson <arichardson.kde@gmail.com>2014-07-01 20:49:45 +0200
commitae51450ea64970dcdc544185d68e1e73fb390caa (patch)
tree8047cfbf70cd0276f2f4fc562589d208cf6a417d /autotests/kconfigtest.h
parentfde2f3c847d2fb90c3354e045bf7d82b04d6e169 (diff)
downloadkconfig-ae51450ea64970dcdc544185d68e1e73fb390caa.tar.gz
kconfig-ae51450ea64970dcdc544185d68e1e73fb390caa.tar.bz2
Fix reading of XDG style semicolon separated lists with escaped ';'
Previously the warning "Invalid escape sequence "\;"." would appear and "\;" was replaced with just the backslash as is done for all unrecognized escape sequences. Keep both characters so that readXdgListEntry() works with values containing semicolons REVIEW: 119074
Diffstat (limited to 'autotests/kconfigtest.h')
-rw-r--r--autotests/kconfigtest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/autotests/kconfigtest.h b/autotests/kconfigtest.h
index f2897a8f..be0a17ea 100644
--- a/autotests/kconfigtest.h
+++ b/autotests/kconfigtest.h
@@ -76,6 +76,7 @@ private Q_SLOTS:
void testDirtyAfterRevert();
void testKdeGlobals();
void testNewlines();
+ void testXdgListEntry();
void testThreads();