From 2c2e23b4f48b7c631e00e774c01ec73c49ef5039 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 16 Sep 2016 09:00:09 -0400 Subject: 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). --- src-qt5/desktop-utils/lumina-textedit/tests/test.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src-qt5/desktop-utils/lumina-textedit/tests/test.cpp') 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" -- cgit