Merge from origin/emacs-29
cf839129ce
Fix last change3e68d413c1
; Skip 'csharp-ts-mode' test if grammar is missing
This commit is contained in:
commit
6dcd7de02a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
(ert-test-erts-file (ert-resource-file "indent.erts")))
|
||||
|
||||
(ert-deftest csharp-ts-mode-test-indentation ()
|
||||
(skip-unless (treesit-ready-p 'c-sharp t))
|
||||
(ert-test-erts-file (ert-resource-file "indent-ts.erts")))
|
||||
|
||||
(provide 'csharp-mode-tests)
|
||||
|
|
Loading…
Add table
Reference in a new issue