aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp
blob: e135227d80dc20c287f51a18fb0adf0b0a1576fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Test(QString test){
 nestedFunction(){ }
}
if else done
return exit
bool float double

some stuff // in-line comment

some stuff /*multi
line
comment */
stuff

some /*single line comment with multi-line tags */

"some text"
"some text with url: http://sample.com"
bgstack15