branch: externals/matlab-mode
commit 809b09d547a01c7564ecbd4b02582057cba31fb4
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
matlab-ts-mode: add disabled test for matlab ts issue 105
---
.../indent_two_ends_on_a_line_issue105.m | 10 ++++++++++
.../indent_two_ends_on_a_line_issue105.skip.txt | 1 +
2 files changed, 11 insertions(+)
diff --git
a/tests/test-matlab-ts-mode-indent-files/indent_two_ends_on_a_line_issue105.m
b/tests/test-matlab-ts-mode-indent-files/indent_two_ends_on_a_line_issue105.m
new file mode 100644
index 0000000000..c8ab9ba150
--- /dev/null
+++
b/tests/test-matlab-ts-mode-indent-files/indent_two_ends_on_a_line_issue105.m
@@ -0,0 +1,10 @@
+% -*- matlab-ts -*-
+
+% See https://github.com/acristoffers/tree-sitter-matlab/issues/105
+
+classdef myclass
+ methods
+ function b=foo(a)
+ b=a;
+ end end
+end
diff --git
a/tests/test-matlab-ts-mode-indent-files/indent_two_ends_on_a_line_issue105.skip.txt
b/tests/test-matlab-ts-mode-indent-files/indent_two_ends_on_a_line_issue105.skip.txt
new file mode 100644
index 0000000000..45faa03bd8
--- /dev/null
+++
b/tests/test-matlab-ts-mode-indent-files/indent_two_ends_on_a_line_issue105.skip.txt
@@ -0,0 +1 @@
+See https://github.com/acristoffers/tree-sitter-matlab/issues/105