Skip to content

Commit bc907c8

Browse files
committed
Update string interpolation highlighting test
1 parent 532f1b6 commit bc907c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/elixir-mode-font-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ some_expr"
241241
"\"\"\"foo\"bar\"baz #{1 + 2} is 3.\"\"\""
242242
(should (eq (elixir-test-face-at 1) 'font-lock-string-face))
243243
(should (eq (elixir-test-face-at 5) 'font-lock-string-face))
244-
(should (eq (elixir-test-face-at 19) 'font-lock-string-face))
244+
(should (eq (elixir-test-face-at 19) 'font-lock-variable-name-face))
245245
(should (eq (elixir-test-face-at 31) 'font-lock-string-face))))
246246

247247
(ert-deftest elixir-mode-syntax-table/fontify-atom-in-pattern-match ()

0 commit comments

Comments
 (0)