From ae51450ea64970dcdc544185d68e1e73fb390caa Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Tue, 1 Jul 2014 20:33:41 +0200 Subject: 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 --- autotests/kconfigtest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'autotests/kconfigtest.h') 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(); -- cgit v1.2.1