anthonyfieroni added inline comments. INLINE COMMENTS
> kconfigtest.cpp:533-542 > + out << "[Test Group]\n" > + << "homePath=$HOME/foo\n" > + << "homePath2=file://$HOME/foo\n" > + << "withSlash=$WITHSLASH/foo\n" > + << "withSlash2=$WITHSLASH\n" > + << "withBraces[$e]=file://${HOME}/foo\n" > + << "URL[$e]=file://${HOME}/foo\n" When it has only strings you can use `R"()"` https://en.cppreference.com/w/cpp/language/string_literal REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D26432 To: mlaurent, dfaure Cc: anthonyfieroni, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns