Skip to content

Commit

Permalink
[dev] relint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Dec 19, 2024
1 parent 1e9945b commit 6dee504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/difftastic.t.el
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ test/difftastic.t.el --- Emacs Lisp
(difftastic--run-command
(current-buffer)
'("echo" "-n"
"\[1m[33mdifftastic.el[39m[0m[2m --- 1/2 --- Emacs Lisp[0m")
"[1m[33mdifftastic.el[39m[0m[2m --- 1/2 --- Emacs Lisp[0m")
#'action)))
(with-timeout (5
(signal-process process 'SIGKILL)
Expand Down Expand Up @@ -2637,7 +2637,7 @@ test/difftastic.t.el --- Emacs Lisp
(diff-no-select (get-buffer difftastic.el-buffer)
(get-buffer readme.org-buffer)
nil t (current-buffer))
(unless (string-match-p "\nDiff finished (no differences)\."
(unless (string-match-p "\nDiff finished (no differences)\\."
(buffer-string))
(goto-char (point-min))
(let ((tmp-difftastic.el
Expand Down

0 comments on commit 6dee504

Please sign in to comment.