Warning, /frameworks/ktexteditor/autotests/input/indent/cstyle/indentpaste6/expected is written in an unsupported language. File is not indexed.
0001 int main(int argc, char const *argv[])
0002 {
0003 const char * multilineindented = R"sometext(
0004 Here's some multiline text
0005 whose indentation
0006 must be preserved perfectly
0007 like this
0008 )sometext";
0009
0010 if (true) {
0011 puts();
0012 }
0013 return 0;
0014 }