elpasync pushed a change to branch elpa/tuareg. from 37a6730 opam: Minor fix to the documentation new 75c1ffc Make beginning-of-defun (C-M-a) repeatable new b0a2547 Let declarative `and` begin a defun new fa87a10 Put indentation tests in ERT new cd86e73 Remove key binding for obsolete tuareg-narrow-to-phrase (bug#243) new 0a501f7 Update list of Emacs versions for CI new a0954c3 * tuareg-tests.el (tuareg-chained-defun): Fix warnings new 24c1a1a * tuareg-tests.el (tuareg--lets): New macro
Summary of changes: .travis.yml | 13 +- Makefile | 4 +- indent-test-failed.ml | 241 +++++++++ indent-test.ml | 1322 ++++++++++++++++++++++++++++++++++++++++++++----- sample.ml | 1296 ------------------------------------------------ tuareg-tests.el | 233 +++++++++ tuareg.el | 184 ++++--- 7 files changed, 1801 insertions(+), 1492 deletions(-) create mode 100644 indent-test-failed.ml delete mode 100644 sample.ml create mode 100644 tuareg-tests.el