elpasync pushed a change to branch elpa/adoc-mode.
from ba362d87d5 Release 0.9.0
new c0f416a2e7 Bump actions/checkout to v5
new 10b3434baf Switch the test suite from ERT to Buttercup
Summary of changes:
.github/workflows/test.yml | 2 +-
Eldev | 12 +
test/adoc-mode-editing-test.el | 246 ++++++
test/adoc-mode-fill-test.el | 61 ++
test/adoc-mode-font-lock-test.el | 437 ++++++++++
test/adoc-mode-image-test.el | 116 +--
test/adoc-mode-imenu-test.el | 69 ++
test/adoc-mode-navigation-test.el | 208 +++++
test/adoc-mode-tempo-test.el | 237 +++---
test/adoc-mode-test-helpers.el | 198 +++++
test/adoc-mode-test.el | 1702 -------------------------------------
11 files changed, 1377 insertions(+), 1911 deletions(-)
create mode 100644 test/adoc-mode-editing-test.el
create mode 100644 test/adoc-mode-fill-test.el
create mode 100644 test/adoc-mode-font-lock-test.el
create mode 100644 test/adoc-mode-imenu-test.el
create mode 100644 test/adoc-mode-navigation-test.el
create mode 100644 test/adoc-mode-test-helpers.el
delete mode 100644 test/adoc-mode-test.el