aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2016-09-16 19:38:14 +0000
committerWeblate <noreply@weblate.org>2016-09-16 19:38:14 +0000
commit8be77a80c4430b85dae569923c3efc6ed2384472 (patch)
treea972234c061667fcd01fb2d76220567af1abe34f /src-qt5/desktop-utils/lumina-textedit/tests/test.cpp
parentTranslated using Weblate (lumina_DESKTOP@fa (generated)) (diff)
parentAdd syntax highlighting for "shell" files (.sh) (diff)
downloadlumina-8be77a80c4430b85dae569923c3efc6ed2384472.tar.gz
lumina-8be77a80c4430b85dae569923c3efc6ed2384472.tar.bz2
lumina-8be77a80c4430b85dae569923c3efc6ed2384472.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/tests/test.cpp')
-rw-r--r--src-qt5/desktop-utils/lumina-textedit/tests/test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp b/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp
index 1b50e302..e135227d 100644
--- a/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp
+++ b/src-qt5/desktop-utils/lumina-textedit/tests/test.cpp
@@ -13,3 +13,6 @@ comment */
stuff
some /*single line comment with multi-line tags */
+
+"some text"
+"some text with url: http://sample.com"
bgstack15