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

    matlab-ts-mode: add skipped test for matlab tree-sitter issue119
---
 tests/test-matlab-ts-mode-parser-files/parser_line_cont_extra_dot.m   | 4 ++++
 .../parser_line_cont_extra_dot.skip.txt                               | 1 +
 2 files changed, 5 insertions(+)

diff --git 
a/tests/test-matlab-ts-mode-parser-files/parser_line_cont_extra_dot.m 
b/tests/test-matlab-ts-mode-parser-files/parser_line_cont_extra_dot.m
new file mode 100644
index 0000000000..85b21ef7ed
--- /dev/null
+++ b/tests/test-matlab-ts-mode-parser-files/parser_line_cont_extra_dot.m
@@ -0,0 +1,4 @@
+% -*- matlab-ts -*-
+foo(x, 'goo', {c2{1:4} 'on' ....
+              ['foo' 'bar'] ....
+              'off' c3{8:end}}');
diff --git 
a/tests/test-matlab-ts-mode-parser-files/parser_line_cont_extra_dot.skip.txt 
b/tests/test-matlab-ts-mode-parser-files/parser_line_cont_extra_dot.skip.txt
new file mode 100644
index 0000000000..f59dac1269
--- /dev/null
+++ b/tests/test-matlab-ts-mode-parser-files/parser_line_cont_extra_dot.skip.txt
@@ -0,0 +1 @@
+See: https://github.com/acristoffers/tree-sitter-matlab/issues/119

Reply via email to