File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -407,8 +407,6 @@ function stuff(): int {
407407(ert-deftest hack-highlight-keyword ()
408408 (with-hack-buffer " class"
409409 (should (eq (face-at-point ) 'font-lock-keyword-face )))
410- (with-hack-buffer " CLASS"
411- (should (eq (face-at-point ) 'font-lock-keyword-face )))
412410 (with-hack-buffer " endforeach"
413411 (should (eq (face-at-point ) 'font-lock-keyword-face ))))
414412
@@ -559,14 +557,6 @@ qux();"
559557 (search-forward " qux" )
560558 (should (not (eq (face-at-point ) 'font-lock-comment-face )))))
561559
562- (ert-deftest hack-highlight-shell-comment ()
563- (with-hack-buffer " # foo bar
564- baz()"
565- (search-forward " foo" )
566- (should (eq (face-at-point ) 'font-lock-comment-face ))
567- (search-forward " baz" )
568- (should (not (eq (face-at-point ) 'font-lock-comment-face )))))
569-
570560(ert-deftest hack-highlight-string-interpolation ()
571561 (with-hack-buffer " $x = \" $foo bar\" ;"
572562 (search-forward " f" )
You can’t perform that action at this time.
0 commit comments