Skip to content

Commit 38cde3a

Browse files
committed
Add regression test for #172
1 parent 4b9f588 commit 38cde3a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/elixir-mode-font-test.el

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,14 @@ end"
124124
:tags '(fontification atom syntax-table)
125125
(elixir-test-with-temp-buffer
126126
":oriole
127-
:andale"
127+
:andale
128+
:ms2pid"
128129
(should (eq (elixir-test-face-at 3) 'elixir-atom-face))
129130
(should (eq (elixir-test-face-at 5) 'elixir-atom-face))
130131
(should (eq (elixir-test-face-at 10) 'elixir-atom-face))
131-
(should (eq (elixir-test-face-at 13) 'elixir-atom-face))))
132+
(should (eq (elixir-test-face-at 13) 'elixir-atom-face))
133+
(should (eq (elixir-test-face-at 18) 'elixir-atom-face))
134+
(should (eq (elixir-test-face-at 23) 'elixir-atom-face))))
132135

133136
(ert-deftest elixir-mode-syntax-table/fontify-map-keys ()
134137
:tags '(fontification map syntax-table)

0 commit comments

Comments
 (0)