File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments