File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 174174false
175175nil
176176true_false_nil
177+ :insert!
178+ :insert@
179+ :insert?
177180"
178181 (should (eq (elixir-test-face-at 3 ) 'elixir-atom-face ))
179182 (should (eq (elixir-test-face-at 5 ) 'elixir-atom-face ))
@@ -185,7 +188,10 @@ true_false_nil
185188 (should (eq (elixir-test-face-at 43 ) 'elixir-atom-face ))
186189 (should (eq (elixir-test-face-at 48 ) 'elixir-atom-face ))
187190 (should (eq (elixir-test-face-at 54 ) 'elixir-atom-face ))
188- (should-not (eq (elixir-test-face-at 57 ) 'elixir-atom-face ))))
191+ (should-not (eq (elixir-test-face-at 57 ) 'elixir-atom-face ))
192+ (should (eq (elixir-test-face-at 74 ) 'elixir-atom-face ))
193+ (should (eq (elixir-test-face-at 82 ) 'elixir-atom-face ))
194+ (should (eq (elixir-test-face-at 97 ) 'elixir-atom-face ))))
189195
190196(ert-deftest elixir-mode-syntax-table/fontify-map-keys ()
191197 :tags '(fontification map syntax-table)
You can’t perform that action at this time.
0 commit comments