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

    matlab-ts-mode: add skipped test for matlab tree-sitter issue118
---
 .../indent_line_cont_with_percent_issue118.m                      | 8 ++++++++
 .../indent_line_cont_with_percent_issue118.skip.txt               | 1 +
 2 files changed, 9 insertions(+)

diff --git 
a/tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118.m
 
b/tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118.m
new file mode 100644
index 0000000000..a17f9d18fa
--- /dev/null
+++ 
b/tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118.m
@@ -0,0 +1,8 @@
+% -*- matlab-ts -*-
+
+% See https://github.com/acristoffers/tree-sitter-matlab/issues/118
+
+c1 = {'foo'...               
+      ...           % comment1
+      'bar'...      % comment2
+     };
diff --git 
a/tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118.skip.txt
 
b/tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118.skip.txt
new file mode 100644
index 0000000000..d0d5d05458
--- /dev/null
+++ 
b/tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118.skip.txt
@@ -0,0 +1 @@
+See https://github.com/acristoffers/tree-sitter-matlab/issues/118

Reply via email to