bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67235: [PATCH] Fix finding test name with erts-run-test with point-c


From: Eli Zaretskii
Subject: bug#67235: [PATCH] Fix finding test name with erts-run-test with point-char
Date: Sat, 25 Nov 2023 11:43:44 +0200

> From: Noah Peart <noah.v.peart@gmail.com>
> Date: Thu, 16 Nov 2023 18:12:52 -0800
> 
> Tags: patch
> 
> * lisp/progmodes/erts-mode.el(erts-run-test): Fix finding the test name
> when Point-Char is defined
> 
> Bug: Interactively running a test with `erts-run-test` fails when the
> test has a Point-Char definition. When there is a Point-Char definition,
> `erts-run-test` calls `(erts-mode--preceding-spec "Point-Char")`,
> overwriting the match data expected by `ert-test--erts-test`.
> 
> Recipe to reproduce:
> Try `M-x erts-run-test` in the indent.erts test from
> test/lisp/progmodes/typescript-ts-mode-resources/indent.erts:
> [[The following is in `erts-mode`]]

Thanks, installed on master and closing the bug.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]