emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode c4a2dfd 176/459: Fixup tests.


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode c4a2dfd 176/459: Fixup tests.
Date: Sun, 22 Aug 2021 13:59:21 -0400 (EDT)

branch: externals/csharp-mode
commit c4a2dfd7505a72672f8ccd380baede80777a1261
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@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

[Prev in Thread] Current Thread [Next in Thread]