diff options
Diffstat (limited to 'rust-mode-tests.el')
| -rw-r--r-- | rust-mode-tests.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rust-mode-tests.el b/rust-mode-tests.el index 54b4524..0df9060 100644 --- a/rust-mode-tests.el +++ b/rust-mode-tests.el @@ -893,3 +893,9 @@ list of substrings of `STR' each followed by its face." "/* #[foo] */" '("/* " font-lock-comment-delimiter-face "#[foo] */" font-lock-comment-face))) + +(ert-deftest font-lock-double-quote-character-literal () + (rust-test-font-lock + "'\"'; let" + '("'\"'" font-lock-string-face + "let" font-lock-keyword-face))) |
