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

    matlab-ts-mode--ei: add newlines to assert
---
 matlab-ts-mode--ei.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/matlab-ts-mode--ei.el b/matlab-ts-mode--ei.el
index fadcdddfdf..a40d8c6383 100644
--- a/matlab-ts-mode--ei.el
+++ b/matlab-ts-mode--ei.el
@@ -1500,7 +1500,10 @@ TAB>  x = 123 ./1 + 567
       (when (string= curr-line-node-types orig-modified)
         (cl-return-from matlab-ts-mode--ei-assert-nodes-types-match)))
 
-    (error "Assert: line-node-types mismatch new: \"%s\" !EQ orig: \"%s\" at 
line %d in %s"
+    (error "Assert: line-node-types mismatch
+  new:  \"%s\"
+  orig: \"%s\"
+  at line %d in %s"
            curr-line-node-types
            orig-line-node-types
            linenum

Reply via email to