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

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

[nongnu] elpa/raku-mode 3d4a45d644 128/253: No identifiers in comments a


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 3d4a45d644 128/253: No identifiers in comments after recent changes
Date: Sat, 29 Jan 2022 08:28:48 -0500 (EST)

branch: elpa/raku-mode
commit 3d4a45d6445b9f7c07a5b7f97b0f57f0cf063710
Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
Commit: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>

    No identifiers in comments after recent changes
---
 test/perl6-mode-test.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/perl6-mode-test.el b/test/perl6-mode-test.el
index 023d244787..c3b624bc83 100644
--- a/test/perl6-mode-test.el
+++ b/test/perl6-mode-test.el
@@ -97,8 +97,7 @@ bar #`<foo> baz"
     (should (eq (perl6-test-face-at 7) 'perl6-comment))
     (should (eq (perl6-test-face-at 8) 'perl6-comment))
     (should (eq (perl6-test-face-at 9) 'perl6-identifier))
-    (should (eq (perl6-test-face-at 16) 'perl6-comment))
-    (should (eq (perl6-test-face-at 21) 'perl6-identifier))))
+    (should (eq (perl6-test-face-at 16) 'perl6-comment))))
 
 (ert-deftest perl6-font-lock-keywords/phaser ()
   :tags '(fontification font-lock-keywords)



reply via email to

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