Here is an updated patch with the added "else_clause" and indentation test for statements without braces. On Mon, Nov 20, 2023 at 4:55 AM Noah Peart wrote: > Yea, I'm using the same. But, would it be useful to have a way to set > that when > running tests without needing to temporarily add set > `treesit-extra-load-path` in > the test file? > > On Sun, Nov 19, 2023 at 5:38 AM Dmitry Gutov wrote: > >> On 19/11/2023 08:08, Eli Zaretskii wrote: >> >> Date: Sun, 19 Nov 2023 03:24:49 +0200 >> >> Cc:casouri@gmail.com,67031@debbugs.gnu.org >> >> From: Dmitry Gutov >> >> >> >> On 19/11/2023 02:12, Noah Peart wrote: >> >>> Yea, I can do that. >> >>> >> >>> Is there a recipe for running the tests with a tree-sitter library >> path? >> >> You mean with the default tree-sitter librayr path overridden? I'm not >> sure. >> > Why would an ERT test need that? We are supposed to test Emacs with >> > the otherwise installed system features. As tree-sitter grammars are >> > not part of Emacs, there should be no need to tell Emacs to use a >> > grammar library other than the one installed on the system. Right? >> >> We have a way to override that with the variable >> treesit-extra-load-path, so it follows that some users will take >> advantage of it to add extra directories. >> >> I'm using ~/.emacs.d/tree-sitter/ myself. >> >