branch: externals/csharp-mode
commit c4a2dfd7505a72672f8ccd380baede80777a1261
Author: Jostein Kjønigsen <jost...@kjonigsen.net>
Commit: Jostein Kjønigsen <jost...@kjonigsen.net>

    Fixup tests.
---
 csharp-mode-tests.el             | 2 +-
 test-files/fontification-test.cs | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/csharp-mode-tests.el b/csharp-mode-tests.el
index b2c0828..3ca824a 100644
--- a/csharp-mode-tests.el
+++ b/csharp-mode-tests.el
@@ -49,7 +49,7 @@
                         "false"      'font-lock-constant-face
                         "bool2"      'font-lock-type-face
                         "Reference2" 'font-lock-variable-name-face
-                        "true"      'font-lock-constant-face
+                        "true"       'font-lock-constant-face
                         ))
 
 (ert-deftest fontification-of-compiler-directives ()
diff --git a/test-files/fontification-test.cs b/test-files/fontification-test.cs
index c743ede..0195ac2 100644
--- a/test-files/fontification-test.cs
+++ b/test-files/fontification-test.cs
@@ -1,4 +1,4 @@
 public const string Literal1 = @"literal without trailing slash";
-public const bool Reference = true;
+public const bool1 Reference = true;
 public const string Literal2 = @"literal with trailing slash\"; 
-public const bool Reference = true;
+public const bool2 Reference = true;

Reply via email to