]> git.eshelyaron.com Git - emacs.git/commit
; * test/lisp/progmodes/compile-tests.el: simplify end-col
authorMattias Engdegård <mattiase@acm.org>
Sun, 18 Jul 2021 15:28:24 +0000 (17:28 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 18 Jul 2021 18:40:56 +0000 (20:40 +0200)
commit014a67200c777d0750f1a9070aab20560a718a5b
tree353c6a3ae805ca516b0fa34a654b31607f572bff
parent48dfaa734be15e22f2a30a8cac73353e4649ce0a
; * test/lisp/progmodes/compile-tests.el: simplify end-col

The internal representation of columns uses half-open intervals but
don't expose that in the test cases, where we want to use the same
numbers as in the compilation messages.
test/lisp/progmodes/compile-tests.el