branch: externals/matlab-mode
commit c0cc9b04ca317b167d0cc959207a1ab6bed36a35
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
tests/sweep-test-matlab-ts-mode-indent.el: catch another class of mlint
errors
---
tests/sweep-test-matlab-ts-mode-indent.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tests/sweep-test-matlab-ts-mode-indent.el
b/tests/sweep-test-matlab-ts-mode-indent.el
index 73b7e6a9da..d6735190a4 100644
--- a/tests/sweep-test-matlab-ts-mode-indent.el
+++ b/tests/sweep-test-matlab-ts-mode-indent.el
@@ -63,7 +63,11 @@ String CHECK-RESULT is what the MLint returned."
"An END might be missing"
;; L 195 (C 15): Invalid text character(s).
;; regularcode; #r#
- "Invalid text character"))
+ "Invalid text character"
+ ;; ./tests/continuations.m
+ ;; L 1 (C 1): Code analysis did not complete. File contains too
many syntax errors.
+ "syntax errors"
+ ))
mlint-out)))
(cons valid mlint-out)))