aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test
diff options
context:
space:
mode:
Diffstat (limited to 'lexilla/test')
-rw-r--r--lexilla/test/examples/errorlist/AllStyles.err5
-rw-r--r--lexilla/test/examples/errorlist/AllStyles.err.styled5
-rw-r--r--lexilla/test/examples/errorlist/SciTE.properties1
3 files changed, 11 insertions, 0 deletions
diff --git a/lexilla/test/examples/errorlist/AllStyles.err b/lexilla/test/examples/errorlist/AllStyles.err
index b00a90c6e..b0c8046c2 100644
--- a/lexilla/test/examples/errorlist/AllStyles.err
+++ b/lexilla/test/examples/errorlist/AllStyles.err
@@ -86,6 +86,11 @@ GCC Include Path 22
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
+GCC Pointer 25
+ 236 | void gtk_type_init (GTypeDebugFlags debug_flags);
+ | ^
+
+
Escape Sequence 23

diff --git a/lexilla/test/examples/errorlist/AllStyles.err.styled b/lexilla/test/examples/errorlist/AllStyles.err.styled
index b7f89dc02..fe89ef6bc 100644
--- a/lexilla/test/examples/errorlist/AllStyles.err.styled
+++ b/lexilla/test/examples/errorlist/AllStyles.err.styled
@@ -86,6 +86,11 @@ GCC Include Path 22
{22}In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
{0}
+GCC Pointer 25
+{25} 236 | void gtk_type_init (GTypeDebugFlags debug_flags);
+ | ^
+{0}
+
Escape Sequence 23
{23}{0}
diff --git a/lexilla/test/examples/errorlist/SciTE.properties b/lexilla/test/examples/errorlist/SciTE.properties
index 4410986f0..f9e4a20d3 100644
--- a/lexilla/test/examples/errorlist/SciTE.properties
+++ b/lexilla/test/examples/errorlist/SciTE.properties
@@ -2,3 +2,4 @@ lexer.*.err=errorlist
lexer.errorlist.value.separate=1
lexer.errorlist.escape.sequences=1
style.errorlist.23=fore:#000000,back:#FFFFFF,$(error.background)
+style.errorlist.25=fore:#CF008F,$(font.monospace.small)