diff options
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/tests')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/tests/test.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp b/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp index e135227d..31e15eea 100644 --- a/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp +++ b/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp @@ -12,7 +12,12 @@ line comment */ stuff -some /*single line comment with multi-line tags */ +some /*single line comment with multi-line tags */ and other stuff "some text" "some text with url: http://sample.com" + +switch(something){ + case 1: + +} |