branch: externals/matlab-mode
commit 9bbb036f35bb4e533141ac17eaa63834ce772d70
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>

    test-matlab-ts-mode-indent.el: fix typo in description
---
 tests/test-matlab-ts-mode-indent.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/tests/test-matlab-ts-mode-indent.el 
b/tests/test-matlab-ts-mode-indent.el
index 07a18b9342..1a7f3a8504 100644
--- a/tests/test-matlab-ts-mode-indent.el
+++ b/tests/test-matlab-ts-mode-indent.el
@@ -38,20 +38,20 @@ This is provided for debugging.
 
 (ert-deftest test-matlab-ts-mode-indent ()
   "Test indent.
-Compare indent of ./test-MATLAB-ts-mode-indent-files/NAME.m
-against ./test-MATLAB-ts-mode-indent-files/NAME_expected.m.
+Compare indent of ./test-matlab-ts-mode-indent-files/NAME.m
+against ./test-matlab-ts-mode-indent-files/NAME_expected.m.
 Indent is done several ways as described in `t-utils-test-indent'.
-This loops on all ./test-MATLAB-ts-mode-indent-files/NAME.m
+This loops on all ./test-matlab-ts-mode-indent-files/NAME.m
 files.
 
 To add a test, create
-  ./test-MATLAB-ts-mode-indent-files/NAME.m
+  ./test-matlab-ts-mode-indent-files/NAME.m
 and run this function.  The baseline is saved for you as
-  ./test-MATLAB-ts-mode-indent-files/NAME_expected.m~
-  ./test-MATLAB-ts-mode-indent-files/NAME_expected_msgs.m~
+  ./test-matlab-ts-mode-indent-files/NAME_expected.m~
+  ./test-matlab-ts-mode-indent-files/NAME_expected_msgs.m~
 after validating them, rename them to
-  ./test-MATLAB-ts-mode-indent-files/NAME_expected.m
-  ./test-MATLAB-ts-mode-indent-files/NAME_expected_msgs.m"
+  ./test-matlab-ts-mode-indent-files/NAME_expected.m
+  ./test-matlab-ts-mode-indent-files/NAME_expected_msgs.m"
 
   (let* ((matlab-ts-mode-electric-ends nil)
          (test-name "test-matlab-ts-mode-indent")

Reply via email to