Skip to content

Commit

Permalink
No identifiers in comments after recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Oct 8, 2015
1 parent 883a60e commit 3d4a45d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/perl6-mode-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3d4a45d

Please sign in to comment.