diff options
author | Ken Moore <ken@pcbsd.org> | 2016-09-16 09:00:09 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2016-09-16 09:00:09 -0400 |
commit | 2c2e23b4f48b7c631e00e774c01ec73c49ef5039 (patch) | |
tree | 30972508399cfc988f4d18246187efa2bf0ac5a6 /src-qt5/desktop-utils/lumina-textedit/tests | |
parent | Another quick fix for the menu script - ensure the open directory option is a... (diff) | |
download | lumina-2c2e23b4f48b7c631e00e774c01ec73c49ef5039.tar.gz lumina-2c2e23b4f48b7c631e00e774c01ec73c49ef5039.tar.bz2 lumina-2c2e23b4f48b7c631e00e774c01ec73c49ef5039.zip |
Fix up the highlighting of characters where the start character is already within a different highlight block (do not stack them - that start char was already handled and is off limits).
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/tests')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/tests/test.cpp | 3 |
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" |