diff --git a/test/plantuml-indentation-test.el b/test/plantuml-indentation-basics-test.el similarity index 97% rename from test/plantuml-indentation-test.el rename to test/plantuml-indentation-basics-test.el index 785b3e5..dad921e 100644 --- a/test/plantuml-indentation-test.el +++ b/test/plantuml-indentation-basics-test.el @@ -1,4 +1,4 @@ -;;; plantuml-indentation-test.el --- PlantUML Mode indentation tests -*- lexical-binding: t; -*- +;;; plantuml-indentation-basics-test.el --- PlantUML Mode indentation tests -*- lexical-binding: t; -*- ;; Author: Raymond Huang (rymndhng) ;; Maintainer: Carlo Sciolla (skuro) @@ -6,6 +6,8 @@ ;;; Commentary: +;; Test basics like single correct indentation depth etc. Focus is not on diagram contents +;; and context; such things are tested in the diagram specific indentation tests. ;; Test setup is inspired/taken from clojure-mode-indentation-tests ;;; Code: @@ -582,6 +584,6 @@ activate participant_1 deactivate participant_1 ")) -(provide 'plantuml-indentation-test) +(provide 'plantuml-indentation-basics-test) -;;; plantuml-indentation-test.el ends here +;;; plantuml-indentation-basics-test.el ends here