aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Haumann <dhaumann@kde.org>2017-12-04 12:40:20 (GMT)
committerDominik Haumann <dhaumann@kde.org>2017-12-04 12:40:20 (GMT)
commit210eb236660afe3e13e195faf0a8f719b63c0f53 (patch)
tree992a8b910d7be58b96acda83dd365cce2a5e2269
parentf2962774cf600aa9bce9c3b0f6acee3826d9154c (diff)
Fix syntax unit tests
It seems the foreground color was changed
-rw-r--r--autotests/input/syntax/c/results/preprocessor-bug363280.c.reference.html2
-rw-r--r--autotests/input/syntax/carto-css/results/test.mss.reference.html2
-rw-r--r--autotests/input/syntax/cpp/results/preprocessor-bug363280.cpp.reference.html2
-rw-r--r--autotests/input/syntax/dockerfile/results/Dockerfile.reference.html2
-rw-r--r--autotests/input/syntax/elixir/results/hello.exs.reference.html2
-rw-r--r--autotests/input/syntax/elixir/results/learnelixir.exs.reference.html2
-rw-r--r--autotests/input/syntax/j/results/test.ijs.reference.html2
-rw-r--r--autotests/input/syntax/meson/results/meson.build.reference.html2
-rw-r--r--autotests/input/syntax/rmarkdown/results/example.rmd.reference.html2
-rw-r--r--autotests/input/syntax/sql-oracle/results/test_syntax.sql.reference.html2
-rw-r--r--autotests/input/syntax/verilog/results/or1200_dc_fsm.v.reference.html2
-rw-r--r--autotests/input/syntax/verilog/results/or1200_du.v.reference.html2
-rw-r--r--autotests/input/syntax/vhdl/results/light52_muldiv.vhdl.reference.html2
-rw-r--r--autotests/input/syntax/vhdl/results/light52_tb.vhdl.reference.html2
14 files changed, 14 insertions, 14 deletions
diff --git a/autotests/input/syntax/c/results/preprocessor-bug363280.c.reference.html b/autotests/input/syntax/c/results/preprocessor-bug363280.c.reference.html
index a83fecc..37a0710 100644
--- a/autotests/input/syntax/c/results/preprocessor-bug363280.c.reference.html
+++ b/autotests/input/syntax/c/results/preprocessor-bug363280.c.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "C" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#27ae60;'>#if</span><span style='color:#27ae60;'> 1</span>
<span style='color:#2980b9;'>int</span> x; <span style='color:#7f8c8d;'>// variable shall not be grey</span>
<span style='color:#27ae60;'>#endif</span>
diff --git a/autotests/input/syntax/carto-css/results/test.mss.reference.html b/autotests/input/syntax/carto-css/results/test.mss.reference.html
index 0902fdd..e7601b9 100644
--- a/autotests/input/syntax/carto-css/results/test.mss.reference.html
+++ b/autotests/input/syntax/carto-css/results/test.mss.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "CartoCSS" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#7f8c8d;'>/* kate: hl CartoCSS</span>
<span style='color:#7f8c8d;'> This file contains some content coming from</span>
<span style='color:#7f8c8d;'> https://github.com/gravitystorm/openstreetmap-carto</span>
diff --git a/autotests/input/syntax/cpp/results/preprocessor-bug363280.cpp.reference.html b/autotests/input/syntax/cpp/results/preprocessor-bug363280.cpp.reference.html
index 5c5e31d..9b25c37 100644
--- a/autotests/input/syntax/cpp/results/preprocessor-bug363280.cpp.reference.html
+++ b/autotests/input/syntax/cpp/results/preprocessor-bug363280.cpp.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "C++" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#27ae60;'>#if 1</span>
<span style='color:#2980b9;'>int</span> x; <span style='color:#7f8c8d;'>// variable shall not be grey</span>
<span style='color:#27ae60;'>#endif</span>
diff --git a/autotests/input/syntax/dockerfile/results/Dockerfile.reference.html b/autotests/input/syntax/dockerfile/results/Dockerfile.reference.html
index 712faa7..24cbcce 100644
--- a/autotests/input/syntax/dockerfile/results/Dockerfile.reference.html
+++ b/autotests/input/syntax/dockerfile/results/Dockerfile.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "Dockerfile" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#7f8c8d;'># LGPLv2+ example file</span>
<span style='color:#7f8c8d;'># This is a comment</span>
diff --git a/autotests/input/syntax/elixir/results/hello.exs.reference.html b/autotests/input/syntax/elixir/results/hello.exs.reference.html
index 7d011b0..ddab4c0 100644
--- a/autotests/input/syntax/elixir/results/hello.exs.reference.html
+++ b/autotests/input/syntax/elixir/results/hello.exs.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "Elixir" -->
<body>
-<pre style='font-weight:bold;color:#31363b;background-color:#fcfcfc;'>
+<pre style='font-weight:bold;color:#232627;background-color:#fcfcfc;'>
parent = self()
<span style='color:#7f8c8d;'># Spawns an Elixir process (not an operating system one!)</span>
diff --git a/autotests/input/syntax/elixir/results/learnelixir.exs.reference.html b/autotests/input/syntax/elixir/results/learnelixir.exs.reference.html
index 8e3329a..97e3cce 100644
--- a/autotests/input/syntax/elixir/results/learnelixir.exs.reference.html
+++ b/autotests/input/syntax/elixir/results/learnelixir.exs.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "Elixir" -->
<body>
-<pre style='font-weight:bold;color:#31363b;background-color:#fcfcfc;'>
+<pre style='font-weight:bold;color:#232627;background-color:#fcfcfc;'>
<span style='color:#7f8c8d;'># Original: https://learnxinyminutes.com/docs/elixir/</span>
<span style='color:#7f8c8d;'># Single line comments start with a number symbol.</span>
diff --git a/autotests/input/syntax/j/results/test.ijs.reference.html b/autotests/input/syntax/j/results/test.ijs.reference.html
index 2954cd6..c766d44 100644
--- a/autotests/input/syntax/j/results/test.ijs.reference.html
+++ b/autotests/input/syntax/j/results/test.ijs.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "J" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
Comment
<span style='color:#7f8c8d;'>NB. This is a single line comment, check regions overlapping priority: 1 2.3 +/ &amp;. 'quoted text'</span>
<span style='color:#7f8c8d;'>NB.(</span>
diff --git a/autotests/input/syntax/meson/results/meson.build.reference.html b/autotests/input/syntax/meson/results/meson.build.reference.html
index 759ba53..b79afe2 100644
--- a/autotests/input/syntax/meson/results/meson.build.reference.html
+++ b/autotests/input/syntax/meson/results/meson.build.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "Meson" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#7f8c8d;'># Unit test for Meson syntax highlight. License: LGPL</span>
<span style='color:#2980b9;'>project</span>(<span style='color:#da4453;'>'projectname'</span>, <span style='color:#da4453;'>'cpp'</span>)
diff --git a/autotests/input/syntax/rmarkdown/results/example.rmd.reference.html b/autotests/input/syntax/rmarkdown/results/example.rmd.reference.html
index ced6208..e1b8e56 100644
--- a/autotests/input/syntax/rmarkdown/results/example.rmd.reference.html
+++ b/autotests/input/syntax/rmarkdown/results/example.rmd.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "R Markdown" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
---
<span style='color:#f67400;'>title:</span><span style='color:#2980b9;'> </span><span style='color:#da4453;'>&quot;</span><span style='color:#da4453;'>test</span><span style='color:#da4453;'>&quot;</span>
<span style='color:#f67400;'>author:</span><span style='color:#2980b9;'> </span><span style='color:#da4453;'>&quot;</span><span style='color:#da4453;'>me</span><span style='color:#da4453;'>&quot;</span>
diff --git a/autotests/input/syntax/sql-oracle/results/test_syntax.sql.reference.html b/autotests/input/syntax/sql-oracle/results/test_syntax.sql.reference.html
index 155a976..d75a924 100644
--- a/autotests/input/syntax/sql-oracle/results/test_syntax.sql.reference.html
+++ b/autotests/input/syntax/sql-oracle/results/test_syntax.sql.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "SQL (Oracle)" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#7f8c8d;'>-- kate: hl SQL (Oracle)</span>
<span style='color:#7f8c8d;'>-- test case shipped with highlighting in bugzilla, LGPL</span>
diff --git a/autotests/input/syntax/verilog/results/or1200_dc_fsm.v.reference.html b/autotests/input/syntax/verilog/results/or1200_dc_fsm.v.reference.html
index 5c15f92..25f2053 100644
--- a/autotests/input/syntax/verilog/results/or1200_dc_fsm.v.reference.html
+++ b/autotests/input/syntax/verilog/results/or1200_dc_fsm.v.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "Verilog" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#7f8c8d;'>//////////////////////////////////////////////////////////////////////</span>
<span style='color:#7f8c8d;'>//// ////</span>
<span style='color:#7f8c8d;'>//// OR1200's DC FSM ////</span>
diff --git a/autotests/input/syntax/verilog/results/or1200_du.v.reference.html b/autotests/input/syntax/verilog/results/or1200_du.v.reference.html
index e319fff..7fb1cf5 100644
--- a/autotests/input/syntax/verilog/results/or1200_du.v.reference.html
+++ b/autotests/input/syntax/verilog/results/or1200_du.v.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "Verilog" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#7f8c8d;'>//////////////////////////////////////////////////////////////////////</span>
<span style='color:#7f8c8d;'>//// ////</span>
<span style='color:#7f8c8d;'>//// OR1200's Debug Unit ////</span>
diff --git a/autotests/input/syntax/vhdl/results/light52_muldiv.vhdl.reference.html b/autotests/input/syntax/vhdl/results/light52_muldiv.vhdl.reference.html
index d0cc524..af2fd1c 100644
--- a/autotests/input/syntax/vhdl/results/light52_muldiv.vhdl.reference.html
+++ b/autotests/input/syntax/vhdl/results/light52_muldiv.vhdl.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "VHDL" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#7f8c8d;'>--------------------------------------------------------------------------------</span>
<span style='color:#7f8c8d;'>-- light52_muldiv.vhdl -- Simple multiplier/divider module.</span>
<span style='color:#7f8c8d;'>--------------------------------------------------------------------------------</span>
diff --git a/autotests/input/syntax/vhdl/results/light52_tb.vhdl.reference.html b/autotests/input/syntax/vhdl/results/light52_tb.vhdl.reference.html
index 0fac92b..20a6209 100644
--- a/autotests/input/syntax/vhdl/results/light52_tb.vhdl.reference.html
+++ b/autotests/input/syntax/vhdl/results/light52_tb.vhdl.reference.html
@@ -8,7 +8,7 @@
</head>
<!-- Highlighting: "VHDL" -->
<body>
-<pre style='color:#31363b;background-color:#fcfcfc;'>
+<pre style='color:#232627;background-color:#fcfcfc;'>
<span style='color:#7f8c8d;'>--------------------------------------------------------------------------------</span>
<span style='color:#7f8c8d;'>-- light52_tb.vhdl -- </span>
<span style='color:#7f8c8d;'>--------------------------------------------------------------------------------</span>