We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a0182 commit ad14799Copy full SHA for ad14799
tests/elixir-mode-font-test.el
@@ -250,7 +250,12 @@ true_false_nil
250
;; https://github.com/elixir-editors/emacs-elixir/issues/320
251
(elixir-test-with-temp-buffer
252
"<<foo::bar>>"
253
- (should-not (eq (elixir-test-face-at 3) 'elixir-atom-face))))
+ (should-not (eq (elixir-test-face-at 3) 'elixir-atom-face)))
254
+
255
+ (elixir-test-with-temp-buffer
256
+ "%{key:
257
+ a_very_long_value_that_needed_to_wrap}"
258
+ (should (eq (elixir-test-face-at 3) 'elixir-atom-face))))
259
260
(ert-deftest elixir-mode-syntax-table/fontify-interpolation ()
261
:tags '(fontification interpolation syntax-table)
0 commit comments