We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532f1b6 commit bc907c8Copy full SHA for bc907c8
test/elixir-mode-font-test.el
@@ -241,7 +241,7 @@ some_expr"
241
"\"\"\"foo\"bar\"baz #{1 + 2} is 3.\"\"\""
242
(should (eq (elixir-test-face-at 1) 'font-lock-string-face))
243
(should (eq (elixir-test-face-at 5) 'font-lock-string-face))
244
- (should (eq (elixir-test-face-at 19) 'font-lock-string-face))
+ (should (eq (elixir-test-face-at 19) 'font-lock-variable-name-face))
245
(should (eq (elixir-test-face-at 31) 'font-lock-string-face))))
246
247
(ert-deftest elixir-mode-syntax-table/fontify-atom-in-pattern-match ()
0 commit comments