elpasync pushed a change to branch elpa/adoc-mode.
from 1083ba1c2e Document the AsciiDoc spec-compatibility goal
new c709a481cf Add a font-lock smoke test over a complex sample document
new da99827ff7 Prefer neocaml-mode for OCaml code blocks, with fallbacks
Summary of changes:
CHANGELOG.md | 4 +
adoc-mode.el | 33 ++++---
test/adoc-mode-font-lock-test.el | 19 ++++
test/adoc-mode-smoke-test.el | 82 ++++++++++++++++
test/adoc-mode-test-helpers.el | 23 +++++
test/resources/sample.adoc | 197 +++++++++++++++++++++++++++++++++++++++
6 files changed, 344 insertions(+), 14 deletions(-)
create mode 100644 test/adoc-mode-smoke-test.el
create mode 100644 test/resources/sample.adoc