aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp
blob: 31e15eea03111779d0d474b02dffdb46070f2f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 */ and other stuff

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

switch(something){
  case 1:

}
bgstack15