branch: elpa/raku-mode
commit 3d4a45d6445b9f7c07a5b7f97b0f57f0cf063710
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>
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)