elpasync pushed a change to branch externals/matlab-mode.

      from  119e6a3a88 matlab-ts-mode: add skipped test that lockdown multiple 
argument blocks
       new  8e636ce3d0 matlab-ts-mode: update to latest matlab tree-sitter, 
abi/14 ad79863
       new  d285ad072b matlab-ts-mode: add test for matlab tree-sitter issue 116
       new  84cb6a2413 matlab-ts-mode: update to abi/14 17db994
       new  0bcdd1575a matlab-ts-mode: add skipped test for matlab tree-sitter 
issue 116
       new  84fdab0592 ts-parser-tests: update format of the syntax tree 
baselines
       new  e5718b96c2 t-utils: improve syntax tree baseline, add 
t-utils-ts-syntax-tree-mode
       new  1cb8708562 matlab-ts-mode: update to abi/14 97f195a
       new  c6ec05086c matlab-ts-mode: improve indent for bad code in a classdef
       new  8ea0747f1c matlab-ts-mode: add skipped test for matlab tree-sitter 
issue117
       new  62614972be matlab-ts-mode: add skipped test for matlab tree-sitter 
issue118
       new  f744c8f3a7 matlab-ts-mode: add skipped test for matlab tree-sitter 
issue119
       new  e71bb01c92 t-utils: added t-utils-view-parse-tree and tuned up 
parse tree testing
       new  4cc15debeb tests/test-matlab-ts-mode-parser.el: add initial support 
for more test points
       new  c232273227 matlab-ts-mode: update for matlab tree-sitter abi/14 
d334652
       new  43a7a7c57e matlab-ts-mode: add test for comma with line 
continuations in cell
       new  564e8e12ba matlab-ts-mode: add test that exercises end statements
       new  db39756b7d t-utils: improve the parse tree presentation
       new  5d3fbae1a6 matlab-ts-mode: beef up matlab tree-sitter testing
       new  7a39c1b5ab matlab-ts-mode: enable test for matlab tree-sitter issue 
117
       new  d442241da4 matlab-ts-mode: update to abi/14 87388df nov-11-2025
       new  118bce5754 t-utils-ts-parse-tree-mode: use face error for ERROR 
nodes
       new  c39c0c7514 matlab-ts-mode: update to abi/14 b678301
       new  a6cbda18c9 sweep-test-matlab-ts-grammar.el: ignore several 
non-fatal codeIssues()
       new  340fcd8592 matlab-ts-mode.el: on load add a final newline if needed 
to non-empty *.m files
       new  1430f5e761 test-matlab-ts-mode-parser.el: make robust to running 
from any directory
       new  ac44f2835f matlab-ts-mode: indent blank line when adding args to 
fcn call
       new  ed67c2a9a2 t-utils: remove unnecessary kill-buffer's
       new  067229d766 t-utils.el: enhance t-utils-view-parse-tree to allow for 
clicking on regions
       new  447a4dd82e matlab-ts-mode: update tests for matlab tree sitter 
abi/14 c7966eb
       new  1f2453dd90 matlab-ts-mode: add tests for matlab tree-sitter abi/14 
9d16fcf
       new  6771f49655 matlab-ts-mode: add note that matlab tree-sitter catches 
errors that codeIssues() does not
       new  9255a33699 t-utils-view-parse-tree: add region for non-leaf nodes
       new  363137cb47 matlab-ts-bin: add builds corresponding to matlab 
tree-sitter 9d16fcf
       new  b50f0fdf2b matlab-ts-bin/20251110-9d16fcf/README.org: correct link
       new  439cb85ebe t-utils-view-parse-tree: treat strings as regular text 
for font-lock
       new  e13dd73539 doc/install-matlab-tree-sitter-grammar.org: explain how 
to manually build the grammar
       new  207e4e379a Add matlab-ts-grammar-install
       new  f3e0384e19 README.org: simplify tree-sitter install instructions
       new  96ca274d3e .elpaignore: sort and add matlab-ts-bin
       new  75f9123d36 matlab-ts-grammar-install: now does all install 
activities
       new  fecd32872b .elpaignore: remove unused entries
       new  ef4cd9349f contributing/matlab-ts-langs-install.el: move aside
       new  b21cbcab11 matlab-ts-mode: handle extra \n nodes during indent
       new  9e3a74ffb5 NEWs.org: update 7.3.0 release info


Summary of changes:
 .elpaignore                                        |  25 +-
 NEWS.org                                           |   8 +
 README.org                                         |   6 +-
 .../matlab-ts-langs-install.el                     |   0
 doc/install-matlab-tree-sitter-grammar.org         | 226 ++++---
 matlab-mode.el                                     |   2 +-
 matlab-ts-bin/20251110-9d16fcf/README.org          |  10 +
 .../glnxa64/libtree-sitter-matlab.so               | Bin 0 -> 416208 bytes
 .../maca64/libtree-sitter-matlab.dylib             | Bin 0 -> 432424 bytes
 .../maci64/libtree-sitter-matlab.dylib             | Bin 0 -> 428912 bytes
 .../win64/libtree-sitter-matlab.dll                | Bin 0 -> 506880 bytes
 matlab-ts-bin/README.org                           |  15 +
 matlab-ts-grammar-install.el                       | 246 +++++++
 matlab-ts-mode.el                                  | 131 +++-
 matlab.el                                          |   2 +-
 tests/sweep-test-matlab-ts-grammar.el              |  73 ++-
 tests/t-utils.el                                   | 387 ++++++++---
 tests/test-matlab-ts-mode-comments.el              |   8 +-
 ...ic_ends_in_ws.m => electric_ends_in_ws_error.m} |   0
 ....org => electric_ends_in_ws_error_expected.org} |   2 +-
 tests/test-matlab-ts-mode-electric-ends.el         |   8 +-
 .../electric_pair_before_fcn.m                     |   8 +
 .../electric_pair_before_fcn_expected.org          |  41 ++
 .../electric_pair_single_quote.m                   |   3 +-
 .../electric_pair_single_quote_expected.org        |  28 +-
 tests/test-matlab-ts-mode-electric-pair.el         |   8 +-
 tests/test-matlab-ts-mode-file-encoding.el         |   8 +-
 tests/test-matlab-ts-mode-fill-paragraph.el        |   8 +-
 .../+myUtils/+events/f.m                           |   2 +
 .../+nested/+namespace/mustBeRealUpperTriangular.m |   2 +
 .../+myUtils/mustBeSameSize.m                      |   2 +
 .../font_lock_array_trailing_comma_semi_issue74.m  |   2 +-
 ..._array_trailing_comma_semi_issue74_expected.txt |  14 +-
 ...font_lock_comment_between_arg_blocks_issue128.m |  16 +
 ...omment_between_arg_blocks_issue128_expected.txt |  16 +
 .../font_lock_empty_endless_fun_issue127.m         |   9 +
 ...nt_lock_empty_endless_fun_issue127_expected.txt |   9 +
 .../font_lock_empty_endless_fun_issue93.skip.txt   |   1 -
 ...ont_lock_empty_endless_fun_issue93_expected.txt |  14 +
 ...error_issue53_end.m => font_lock_end_issue53.m} |   0
 ...cted.txt => font_lock_end_issue53_expected.txt} |   0
 ...error_issue56_end.m => font_lock_end_issue56.m} |   0
 ...cted.txt => font_lock_end_issue56_expected.txt} |   0
 .../font_lock_if_greedness_issue92.skip.txt        |   1 -
 .../font_lock_if_greedness_issue92_expected.txt    |  11 +
 ...ont_lock_line_cont_in_cell_or_matrix_issue116.m |  64 ++
 ...ne_cont_in_cell_or_matrix_issue116_expected.txt |  64 ++
 .../font_lock_postfix_in_fcn_call_issue122.m       |   7 +
 ..._lock_postfix_in_fcn_call_issue122_expected.txt |   7 +
 .../font_lock_unnecessary_semicolon_issue129.m     |  17 +
 ...ock_unnecessary_semicolon_issue129_expected.txt |  17 +
 tests/test-matlab-ts-mode-font-lock.el             |   8 +-
 ...t-matlab-ts-mode-imenu-create-index-function.el |   5 +-
 .../indent_cell_of_fcn_handles_issue126.m          |   9 +
 .../indent_cell_of_fcn_handles_issue126_expected.m |   9 +
 ...nt_cell_of_fcn_handles_issue126_expected_msgs.m |   9 +
 .../indent_comment_after_argument_end.m            |  11 +
 .../indent_comment_after_argument_end_expected.m   |  11 +
 ...dent_comment_after_argument_end_expected_msgs.m |  11 +
 ....m => indent_cont_statement_without_ellipsis.m} |   2 +-
 ...ent_cont_statement_without_ellipsis_expected.m} |   2 +-
 ...ont_statement_without_ellipsis_expected_msgs.m} |   2 +-
 .../indent_fcn_ellipsis.skip.typing.txt            | 100 ---
 .../indent_if_with_transpose_issue93.m             | 113 ++++
 .../indent_if_with_transpose_issue93_expected.m    | 113 ++++
 ...ndent_if_with_transpose_issue93_expected_msgs.m | 113 ++++
 .../indent_line_cont_in_cell_or_matrix_issue116.m  |  63 ++
 ...line_cont_in_cell_or_matrix_issue116_expected.m |  63 ++
 ...cont_in_cell_or_matrix_issue116_expected_msgs.m |  63 ++
 .../indent_line_cont_in_cell_with_comma.m          |  24 +
 .../indent_line_cont_in_cell_with_comma_expected.m |  24 +
 ...nt_line_cont_in_cell_with_comma_expected_msgs.m |  24 +
 .../indent_line_cont_in_row_cell.m                 |  19 +
 .../indent_line_cont_in_row_cell_expected.m        |  19 +
 .../indent_line_cont_in_row_cell_expected_msgs.m   |  19 +
 .../indent_line_cont_in_row_matrix.m               |  19 +
 .../indent_line_cont_in_row_matrix_expected.m      |  19 +
 .../indent_line_cont_in_row_matrix_expected_msgs.m |  19 +
 .../indent_line_cont_multiple_times.m              |  12 +
 .../indent_line_cont_multiple_times_expected.m     |  12 +
 ...indent_line_cont_multiple_times_expected_msgs.m |  12 +
 ...ndent_line_cont_unary_in_cell_or_mat_issue117.m |  21 +
 ...e_cont_unary_in_cell_or_mat_issue117_expected.m |  21 +
 ...t_unary_in_cell_or_mat_issue117_expected_msgs.m |  21 +
 .../indent_line_cont_with_metaclass_op_issue124.m  |   8 +
 ...line_cont_with_metaclass_op_issue124_expected.m |   8 +
 ...cont_with_metaclass_op_issue124_expected_msgs.m |   8 +
 .../indent_line_cont_with_percent_issue118.m       |  10 +
 ...dent_line_cont_with_percent_issue118_expected.m |  10 +
 ...line_cont_with_percent_issue118_expected_msgs.m |  10 +
 .../indent_lots_of_end_words.m                     |  69 ++
 .../indent_lots_of_end_words_expected.m            |  69 ++
 .../indent_lots_of_end_words_expected_msgs.m       |  69 ++
 .../indent_multiple_arg_blocks_issue113.skip.txt   |   1 -
 ...indent_multiple_arg_blocks_issue113_expected.m} |   0
 ...nt_multiple_arg_blocks_issue113_expected_msgs.m |  16 +
 .../indent_namespace_class_issue114.m              |  49 ++
 .../indent_namespace_class_issue114_expected.m     |  49 ++
 ...indent_namespace_class_issue114_expected_msgs.m |  49 ++
 .../indent_nonconjugate_transpose_issue120.m       |  10 +
 ...dent_nonconjugate_transpose_issue120_expected.m |  10 +
 ...nonconjugate_transpose_issue120_expected_msgs.m |  10 +
 .../indent_old_indents_expected_msgs.m             |   6 +-
 .../indent_old_indents_for_typing_expected_msgs.m  |   6 +-
 .../indent_parfor_namespace_fcn_issue121.m         |   9 +
 ...indent_parfor_namespace_fcn_issue121_expected.m |   9 +
 ...t_parfor_namespace_fcn_issue121_expected_msgs.m |   9 +
 .../indent_parse_error_in_class.m                  |  15 +
 .../indent_parse_error_in_class_expected.m         |  15 +
 .../indent_parse_error_in_class_expected_msgs.m    |  15 +
 .../indent_trailing_whitespace_on_cmd_issue125.m   |  23 +
 ..._trailing_whitespace_on_cmd_issue125_expected.m |  23 +
 ...ling_whitespace_on_cmd_issue125_expected_msgs.m |  23 +
 ...t_try_catch_with_trailing_whitespace_issue123.m |  30 +
 ...ch_with_trailing_whitespace_issue123_expected.m |  30 +
 ...th_trailing_whitespace_issue123_expected_msgs.m |  30 +
 .../indent_xr_blank_line_in_fcn_call.m             |  29 +
 .../indent_xr_blank_line_in_fcn_call_expected.org  | 117 ++++
 .../indent_xr_classdef3.m                          |   3 +
 .../indent_xr_classdef3_expected.org               | 710 +++++++++------------
 .../indent_xr_fun5_expected.org                    | 119 ++--
 tests/test-matlab-ts-mode-indent-xr.el             |   8 +-
 tests/test-matlab-ts-mode-indent.el                |   8 +-
 tests/test-matlab-ts-mode-mfile-type.el            |   8 +-
 tests/test-matlab-ts-mode-movement.el              |   8 +-
 tests/test-matlab-ts-mode-on-save-fixes.el         |   8 +-
 tests/test-matlab-ts-mode-outline.el               |   8 +-
 tests/test-matlab-ts-mode-page.el                  |   8 +-
 .../comments_basic.m                               |   0
 .../comments_basic_expected.txt                    |  19 +
 .../electric_ends_cases.m                          |   0
 .../electric_ends_cases_expected.txt               |  10 +
 .../electric_ends_classdef.m                       |   0
 .../electric_ends_classdef_expected.txt            |   2 +
 .../electric_ends_function_with_no_end.m           |   0
 ...electric_ends_function_with_no_end_expected.txt |  11 +
 .../electric_ends_if_continued.m                   |   0
 .../electric_ends_if_continued_expected.txt        |   6 +
 .../electric_ends_in_ws_error.m}                   |   0
 .../electric_ends_in_ws_error_expected.txt         |   8 +
 .../electric_pair_before_fcn.m                     |   8 +
 .../electric_pair_before_fcn_expected.txt          |  11 +
 .../electric_pair_single_quote.m                   |   3 +-
 .../electric_pair_single_quote_expected.txt        |  18 +
 .../fill_paragraph_comments.m                      |   0
 .../fill_paragraph_comments_expected.txt           |  27 +
 .../fill_paragraph_indent.m                        |   0
 .../fill_paragraph_indent_expected.txt             |  29 +
 .../fill_paragraph_strings_and_ellipsis.m          |   0
 ...ill_paragraph_strings_and_ellipsis_expected.txt |  83 +++
 .../fill_paragraph_test1.m                         |   0
 .../fill_paragraph_test1_expected.txt              |  12 +
 .../+myUtils/+events/f.m                           |   2 +
 .../+myUtils/+events/f_expected.txt                |  11 +
 .../+nested/+namespace/mustBeRealUpperTriangular.m |   2 +
 .../mustBeRealUpperTriangular_expected.txt         |  36 ++
 .../+myUtils/mustBeSameSize.m                      |   2 +
 .../+myUtils/mustBeSameSize_expected.txt           |  31 +
 .../+myUtils/super.m                               |   0
 .../+myUtils/super_expected.txt                    |  17 +
 .../font_lock_0X_and_0B_issue100.m                 |   0
 .../font_lock_0X_and_0B_issue100_expected.txt      |   6 +
 .../font_lock_MyClass.m                            |   0
 .../font_lock_MyClass_expected.txt                 |  46 ++
 .../font_lock_MySubClass.m                         |   0
 .../font_lock_MySubClass_expected.txt              |  49 ++
 .../font_lock_MySubSubClass.m                      |   0
 .../font_lock_MySubSubClass_expected.txt           |  51 ++
 .../font_lock_array_trailing_comma_semi_issue74.m  |   2 +-
 ..._array_trailing_comma_semi_issue74_expected.txt |  42 ++
 ...nt_lock_assign_to_matrix_using_matrix_issue67.m |   0
 ...ign_to_matrix_using_matrix_issue67_expected.txt |  40 ++
 .../font_lock_binary_op_continued_issue107.m       |   0
 ..._lock_binary_op_continued_issue107_expected.txt |  63 ++
 .../font_lock_boolean.m                            |   0
 .../font_lock_boolean_expected.txt                 |  10 +
 .../font_lock_brackets.m                           |   0
 .../font_lock_brackets_expected.txt                |  25 +
 .../font_lock_builtins.m                           |   0
 .../font_lock_builtins_expected.txt                |  18 +
 .../font_lock_builtins_superclass.m                |   0
 .../font_lock_builtins_superclass_expected.txt     |   7 +
 .../font_lock_cd_dot_dot_issue88.m                 |   0
 .../font_lock_cd_dot_dot_issue88_expected.txt      |   4 +
 .../font_lock_cell_fcn_arg_issue56.m               |   0
 .../font_lock_cell_fcn_arg_issue56_expected.txt    |  11 +
 .../font_lock_class_MultiplePropBlocks.m           |   0
 ...font_lock_class_MultiplePropBlocks_expected.txt |  26 +
 .../font_lock_class_attributes.m                   |   0
 .../font_lock_class_attributes_expected.txt        |  27 +
 .../font_lock_class_enum.m                         |   0
 .../font_lock_class_enum_expected.txt              |  15 +
 .../font_lock_class_events.m                       |   0
 .../font_lock_class_events_expected.txt            |  21 +
 .../font_lock_class_issue55_abstract.m             |   0
 .../font_lock_class_issue55_abstract_expected.txt  |  27 +
 .../font_lock_class_issue55_subclass.m             |   0
 .../font_lock_class_issue55_subclass_expected.txt  |  42 ++
 .../font_lock_class_issue59_sub.m                  |   0
 .../font_lock_class_issue59_sub_expected.txt       |  23 +
 .../font_lock_class_issue59_super.m                |   0
 .../font_lock_class_issue59_super_expected.txt     |  17 +
 .../font_lock_class_methods.m                      |   0
 .../font_lock_class_methods_expected.txt           |  27 +
 .../font_lock_class_prop_access.m                  |   0
 .../font_lock_class_prop_access_expected.txt       |  26 +
 .../font_lock_class_properties.m                   |   0
 .../font_lock_class_properties_expected.txt        |  26 +
 .../font_lock_classdef_blank_line_issue80.m        |   0
 ...t_lock_classdef_blank_line_issue80_expected.txt |  15 +
 ...t_lock_classdef_end_override_issue98_subclass.m |   0
 ...sdef_end_override_issue98_subclass_expected.txt |  15 +
 ...font_lock_classdef_end_override_issue98_super.m |   0
 ...lassdef_end_override_issue98_super_expected.txt |  14 +
 .../font_lock_classdef_onoff.m                     |   0
 .../font_lock_classdef_onoff_enum_names.m          |   0
 ...ont_lock_classdef_onoff_enum_names_expected.txt |  16 +
 .../font_lock_classdef_onoff_expected.txt          |  10 +
 .../font_lock_classdef_properties_issue49.m        |   0
 ...t_lock_classdef_properties_issue49_expected.txt |   9 +
 .../font_lock_classdef_separate_method_issue64.m   |   0
 ...k_classdef_separate_method_issue64_expected.txt |  26 +
 ..._classdef_subclass_super_in_namespace_issue79.m |   0
 ...ubclass_super_in_namespace_issue79_expected.txt |  23 +
 .../font_lock_command.m                            |   0
 .../font_lock_command_dual_issue65.m               |   0
 .../font_lock_command_dual_issue65_cmd.m           |   0
 ...font_lock_command_dual_issue65_cmd_expected.txt |  12 +
 .../font_lock_command_dual_issue65_expected.txt    |  12 +
 .../font_lock_command_expected.txt                 |  10 +
 ...command_with_trailing_whitespace_fcn1_issue94.m |   0
 ...h_trailing_whitespace_fcn1_issue94_expected.txt |  14 +
 ...lock_command_with_trailing_whitespace_issue94.m |   0
 ...d_with_trailing_whitespace_issue94_expected.txt |  15 +
 ...font_lock_comment_between_arg_blocks_issue128.m |  16 +
 ...omment_between_arg_blocks_issue128_expected.txt |  24 +
 .../font_lock_comment_fcn.m                        |   0
 .../font_lock_comment_fcn_expected.txt             |  28 +
 .../font_lock_comment_heading.m                    |   0
 .../font_lock_comment_heading_expected.txt         |  14 +
 .../font_lock_comment_markers.m                    |   0
 .../font_lock_comment_markers_expected.txt         |  11 +
 .../font_lock_comment_no_doc_help.m                |   0
 .../font_lock_comment_no_doc_help_expected.txt     |  12 +
 .../font_lock_comment_types.m                      |   0
 .../font_lock_comment_types_expected.txt           |   4 +
 .../font_lock_continuation.m                       |   0
 .../font_lock_continuation_cell_issue75.m          |   0
 ...ont_lock_continuation_cell_issue75_expected.txt |  16 +
 ...font_lock_continuation_comma_at_start_issue54.m |   0
 ...ontinuation_comma_at_start_issue54_expected.txt |  17 +
 .../font_lock_continuation_expected.txt            |   4 +
 .../font_lock_continuation_fcn.m                   |   0
 .../font_lock_continuation_fcn_expected.txt        |  16 +
 .../font_lock_continuation_fcn_g2.m                |   0
 .../font_lock_continuation_fcn_g2_expected.txt     |  11 +
 .../font_lock_continuation_fcn_issue84.m           |   0
 ...font_lock_continuation_fcn_issue84_expected.txt |  16 +
 .../font_lock_continuation_issue61.m               |   0
 .../font_lock_continuation_issue61_expected.txt    |   9 +
 .../font_lock_continuation_issue84.m               |   0
 .../font_lock_continuation_issue84_expected.txt    |   6 +
 .../font_lock_continuation_multiArgFcn.m           |   0
 ...font_lock_continuation_multiArgFcn_expected.txt |  16 +
 .../font_lock_continue_to_empty_issue104.m         |   0
 ...nt_lock_continue_to_empty_issue104_expected.txt |  17 +
 .../font_lock_continued_metaclass_op_issue103.m    |   0
 ...ck_continued_metaclass_op_issue103_expected.txt |  16 +
 .../font_lock_d_style_floats_issue95.m             |   0
 .../font_lock_d_style_floats_issue95_expected.txt  |   6 +
 .../font_lock_deal_issue60.m                       |   0
 .../font_lock_deal_issue60_expected.txt            |  47 ++
 .../font_lock_delimiters.m                         |   0
 .../font_lock_delimiters_expected.txt              |  15 +
 .../font_lock_dot_comments_issue96.m               |   0
 .../font_lock_dot_comments_issue96_expected.txt    |  26 +
 .../font_lock_dot_question_mark.m                  |   0
 .../font_lock_dot_question_mark_expected.txt       |  39 ++
 .../font_lock_empty_endless_fun_issue127.m         |   9 +
 ...nt_lock_empty_endless_fun_issue127_expected.txt |   4 +
 .../font_lock_empty_endless_fun_issue93.m          |   0
 ...ont_lock_empty_endless_fun_issue93_expected.txt |  16 +
 .../font_lock_end_continued_issue108.m             |   0
 .../font_lock_end_continued_issue108_expected.txt  |  14 +
 .../font_lock_end_issue53.m}                       |   0
 .../font_lock_end_issue53_expected.txt             | 147 +++++
 .../font_lock_end_issue56.m}                       |   0
 .../font_lock_end_issue56_expected.txt             |  52 ++
 .../font_lock_end_method_issue86.m                 |   0
 .../font_lock_end_method_issue86_expected.txt      |  21 +
 .../font_lock_enum_FlowRate.m                      |   0
 .../font_lock_enum_FlowRate_expected.txt           |  23 +
 .../font_lock_enum_with_blank_non_empty_line.m     |   0
 ...ock_enum_with_blank_non_empty_line_expected.txt |   8 +
 .../font_lock_error.m                              |   0
 .../font_lock_error_expected.txt                   |  45 ++
 .../font_lock_error_issue51_end.m                  |   0
 .../font_lock_error_issue51_end_expected.txt       |  16 +
 .../font_lock_error_missing_continuation.m         |   0
 ...nt_lock_error_missing_continuation_expected.txt |  18 +
 .../font_lock_error_small.m                        |   0
 .../font_lock_error_small_expected.txt             |  12 +
 .../font_lock_events_non_keyword.m                 |   0
 .../font_lock_events_non_keyword_expected.txt      |  14 +
 .../font_lock_fcn_arguments.m                      |   0
 .../font_lock_fcn_arguments2_issue57.m             |   0
 .../font_lock_fcn_arguments2_issue57_expected.txt  |  38 ++
 .../font_lock_fcn_arguments_expected.txt           |  38 ++
 .../font_lock_fcn_arguments_issue57.m              |   0
 .../font_lock_fcn_arguments_issue57_expected.txt   |  18 +
 .../font_lock_fcn_arguments_issue58.m              |   0
 .../font_lock_fcn_arguments_issue58_expected.txt   |  58 ++
 .../font_lock_fcn_call_with_cell.m                 |   0
 .../font_lock_fcn_call_with_cell_expected.txt      |  21 +
 .../font_lock_fcn_call_with_expression_issue83.m   |   0
 ...k_fcn_call_with_expression_issue83_expected.txt |  78 +++
 .../font_lock_fcn_name_value_properties.m          |   0
 ...ont_lock_fcn_name_value_properties_expected.txt |  19 +
 .../font_lock_fcn_small_in_args.m                  |   0
 .../font_lock_fcn_small_in_args_expected.txt       |  16 +
 .../font_lock_fcn_small_no_args.m                  |   0
 .../font_lock_fcn_small_no_args_expected.txt       |  11 +
 .../font_lock_fcn_small_out_args.m                 |   0
 .../font_lock_fcn_small_out_args_expected.txt      |  12 +
 .../font_lock_for_range_in_parens_issue89.m        |   0
 ...t_lock_for_range_in_parens_issue89_expected.txt |  13 +
 .../font_lock_hex_and_binary_issue66.m             |   0
 .../font_lock_hex_and_binary_issue66_expected.txt  |   6 +
 .../font_lock_if_greedness_issue92.m               |   0
 .../font_lock_if_greedness_issue92_expected.txt    |  56 ++
 .../font_lock_keyword_spmd.m                       |   0
 .../font_lock_keyword_spmd_expected.txt            |  17 +
 .../font_lock_keywords.m                           |   0
 .../font_lock_keywords_as_others.m                 |   0
 .../font_lock_keywords_as_others2.m                |   0
 .../font_lock_keywords_as_others2_expected.txt     | 271 ++++++++
 .../font_lock_keywords_as_others3.m                |   0
 .../font_lock_keywords_as_others3_expected.txt     |   8 +
 .../font_lock_keywords_as_others_expected.txt      | 168 +++++
 .../font_lock_keywords_expected.txt                | 166 +++++
 .../font_lock_keywords_used_as_fcn_names_issue86.m |   0
 ...keywords_used_as_fcn_names_issue86_expected.txt |  13 +
 ...ont_lock_line_cont_in_cell_or_matrix_issue116.m |  64 ++
 ...ne_cont_in_cell_or_matrix_issue116_expected.txt | 166 +++++
 .../font_lock_matrix_not_operator_issue68.m        |   0
 ...t_lock_matrix_not_operator_issue68_expected.txt |  11 +
 .../font_lock_methods_command_issue72.m            |   0
 .../font_lock_methods_command_issue72_expected.txt |  13 +
 .../font_lock_methods_in_namespace_issue97.m       |   0
 ..._lock_methods_in_namespace_issue97_expected.txt |  12 +
 .../font_lock_namespaces.m                         |   0
 .../font_lock_namespaces_expected.txt              |  24 +
 .../font_lock_numbers.m                            |   0
 .../font_lock_numbers_expected.txt                 |  49 ++
 ...lock_numbers_with_word_size_in_cell_issue_106.m |   0
 ...s_with_word_size_in_cell_issue_106_expected.txt |  98 +++
 .../font_lock_numbers_with_word_size_issue82.m     |   0
 ...ock_numbers_with_word_size_issue82_expected.txt |  34 +
 .../font_lock_operators.m                          |   0
 .../font_lock_operators_expected.txt               |  99 +++
 .../font_lock_operators_in_ranges_issue77.m        |   0
 ...t_lock_operators_in_ranges_issue77_expected.txt |  60 ++
 .../font_lock_postfix_in_fcn_call_issue122.m       |   7 +
 ..._lock_postfix_in_fcn_call_issue122_expected.txt |  40 ++
 .../font_lock_pragma_in_fcn.m                      |   0
 .../font_lock_pragma_in_fcn_expected.txt           |  85 +++
 .../font_lock_sections.m                           |   0
 .../font_lock_sections_expected.txt                |  14 +
 .../font_lock_strings.m                            |   0
 .../font_lock_strings_expected.txt                 |  42 ++
 .../font_lock_struct_break_issue70.m               |   0
 .../font_lock_struct_break_issue70_expected.txt    |  22 +
 ...ont_lock_struct_function_field_colon_issue102.m |   0
 ...ruct_function_field_colon_issue102_expected.txt |  69 ++
 .../font_lock_struct_function_issue71.m            |   0
 .../font_lock_struct_function_issue71_expected.txt |  23 +
 .../font_lock_symPosDef.m                          |   0
 .../font_lock_symPosDef_expected.txt               |  54 ++
 .../font_lock_table_access_issue81.m               |   0
 .../font_lock_table_access_issue81_expected.txt    |  31 +
 .../font_lock_transpose.m                          |   0
 .../font_lock_transpose_expected.txt               |  37 ++
 .../font_lock_transpose_in_expression_issue87.m    |   0
 ...ck_transpose_in_expression_issue87_expected.txt |  23 +
 .../font_lock_transpose_issue62.m                  |   0
 .../font_lock_transpose_issue62_expected.txt       |  22 +
 .../font_lock_transpose_issue76.m                  |   0
 .../font_lock_transpose_issue76_expected.txt       |  46 ++
 .../font_lock_true_false_enum_issue85.m            |   0
 .../font_lock_true_false_enum_issue85_expected.txt |  10 +
 .../font_lock_true_false_fcn_handle_issue90.m      |   0
 ...lock_true_false_fcn_handle_issue90_expected.txt |  18 +
 .../font_lock_try_on_one_line_issue99.m            |   0
 .../font_lock_try_on_one_line_issue99_expected.txt |  29 +
 .../font_lock_two_ends_on_a_single_line_issue105.m |   0
 ...two_ends_on_a_single_line_issue105_expected.txt |  16 +
 .../font_lock_unnecessary_semicolon_issue101.m     |   0
 ...ock_unnecessary_semicolon_issue101_expected.txt |  17 +
 .../font_lock_unnecessary_semicolon_issue129.m     |  17 +
 ...ock_unnecessary_semicolon_issue129_expected.txt |  17 +
 .../font_lock_validation_fcns_with_args2_issue78.m |   0
 ...validation_fcns_with_args2_issue78_expected.txt |  20 +
 .../font_lock_validation_fcns_with_args_issue78.m  |   0
 ..._validation_fcns_with_args_issue78_expected.txt |  32 +
 .../font_lock_variable.m                           |   0
 .../font_lock_variable_expected.txt                |  61 ++
 .../imenu_class_with_sections.m                    |   0
 .../imenu_class_with_sections_expected.txt         |  50 ++
 .../imenu_f0.m                                     |   0
 .../imenu_f0_expected.txt                          | 148 +++++
 .../imenu_foobar1.m                                |   0
 .../imenu_foobar1_expected.txt                     |  26 +
 .../imenu_g0.m                                     |   0
 .../imenu_g0_expected.txt                          |  85 +++
 .../imenu_myFunc1.m                                |   0
 .../imenu_myFunc1_expected.txt                     |  60 ++
 .../imenu_oneliner.m                               |   0
 .../imenu_oneliner_expected.txt                    |   8 +
 .../imenu_symPosDef.m                              |   0
 .../imenu_symPosDef_expected.txt                   |  56 ++
 .../imenu_tryout_matlabsections.m                  |   0
 .../imenu_tryout_matlabsections_expected.txt       | 258 ++++++++
 .../indent_catch_with_comment.m                    |   0
 .../indent_catch_with_comment_expected.txt         |  18 +
 .../indent_cell.m                                  |   0
 .../indent_cell2.m                                 |   0
 .../indent_cell2_expected.txt                      | 192 ++++++
 .../indent_cell_expected.txt                       |  94 +++
 .../indent_cell_of_fcn_handles_issue126.m          |   9 +
 ...ndent_cell_of_fcn_handles_issue126_expected.txt |  31 +
 .../indent_class_prop_continued.m                  |   0
 .../indent_class_prop_continued2.m                 |   0
 .../indent_class_prop_continued2_expected.txt      |  53 ++
 .../indent_class_prop_continued_expected.txt       |  40 ++
 .../indent_classdef_super_continued.m              |   0
 .../indent_classdef_super_continued2.m             |   0
 .../indent_classdef_super_continued2_expected.txt  |  21 +
 .../indent_classdef_super_continued3.m             |   0
 .../indent_classdef_super_continued3_expected.txt  |  21 +
 .../indent_classdef_super_continued_expected.txt   |  21 +
 .../indent_comment_after_argument_end.m            |  11 +
 .../indent_comment_after_argument_end_expected.txt |  16 +
 .../indent_comment_after_prop.m                    |   0
 .../indent_comment_after_prop_expected.txt         | 139 ++++
 .../indent_comment_classdef_doc.m                  |   0
 .../indent_comment_classdef_doc_expected.txt       |  16 +
 .../indent_comment_fcn.m                           |   0
 .../indent_comment_fcn_expected.txt                |  28 +
 .../indent_comments.m                              |   0
 .../indent_comments_expected.txt                   |  46 ++
 .../indent_comments_in_blocks.m                    |   0
 .../indent_comments_in_blocks_expected.txt         |  29 +
 .../indent_cont_cell_issue75.m                     |   0
 .../indent_cont_cell_issue75_expected.txt          |  21 +
 .../indent_cont_properties.m                       |   0
 .../indent_cont_properties_expected.txt            |  55 ++
 .../indent_cont_statement_without_ellipsis.m}      |   2 +-
 ...nt_cont_statement_without_ellipsis_expected.txt |  11 +
 .../indent_cont_statements.m                       |   0
 .../indent_cont_statements_expected.txt            |  63 ++
 .../indent_copyright.m                             |   0
 .../indent_copyright_expected.txt                  |  11 +
 .../indent_copyright_in_code.m                     |   0
 .../indent_copyright_in_code_expected.txt          |  10 +
 .../indent_endless_function.m                      |   0
 .../indent_endless_function_expected.txt           |  42 ++
 .../indent_enum.m                                  |   0
 .../indent_enum_expected.txt                       |  17 +
 .../indent_expr_continued.m                        |   0
 .../indent_expr_continued_expected.txt             |  45 ++
 .../indent_failure_with_indent_region.m            |   0
 .../indent_failure_with_indent_region_expected.txt |  22 +
 .../indent_fcn_args_on_next_line.m                 |   0
 .../indent_fcn_args_on_next_line_expected.txt      |  10 +
 .../indent_fcn_basic.m                             |   0
 .../indent_fcn_basic_expected.txt                  |  10 +
 .../indent_fcn_call_in_fcn_call_cont.m             |   0
 .../indent_fcn_call_in_fcn_call_cont_expected.txt  |  42 ++
 .../indent_fcn_call_in_fcn_call_rules.m            |   0
 .../indent_fcn_call_in_fcn_call_rules_expected.txt | 190 ++++++
 .../indent_fcn_call_last_paren.m                   |   0
 .../indent_fcn_call_last_paren_expected.txt        |  37 ++
 .../indent_fcn_calls.m                             |   0
 .../indent_fcn_calls_expected.txt                  |  30 +
 .../indent_fcn_cont.m                              |   0
 .../indent_fcn_cont_expected.txt                   | 219 +++++++
 .../indent_fcn_ellipsis.m                          |   0
 .../indent_fcn_ellipsis_expected.txt               |  29 +
 .../indent_function.m                              |   0
 .../indent_function_expected.txt                   |  12 +
 .../indent_if_continued.m                          |   0
 .../indent_if_continued2.m                         |   0
 .../indent_if_continued2_expected.txt              |  73 +++
 .../indent_if_continued_expected.txt               |  73 +++
 .../indent_if_else.m                               |   0
 .../indent_if_else_expected.txt                    |  17 +
 .../indent_if_with_transpose_issue93.m             | 113 ++++
 .../indent_if_with_transpose_issue93_expected.txt  |  34 +
 .../indent_keywords.m                              |   0
 .../indent_keywords_expected.txt                   | 176 +++++
 .../indent_line_cont_in_cell_or_matrix_issue116.m  |  63 ++
 ...ne_cont_in_cell_or_matrix_issue116_expected.txt | 166 +++++
 .../indent_line_cont_in_cell_with_comma.m          |  24 +
 ...ndent_line_cont_in_cell_with_comma_expected.txt |  63 ++
 .../indent_line_cont_in_row_cell.m                 |  19 +
 .../indent_line_cont_in_row_cell_expected.txt      |  41 ++
 .../indent_line_cont_in_row_matrix.m               |  19 +
 .../indent_line_cont_in_row_matrix_expected.txt    |  41 ++
 .../indent_line_cont_multiple_times.m              |  12 +
 .../indent_line_cont_multiple_times_expected.txt   |  29 +
 ...ndent_line_cont_unary_in_cell_or_mat_issue117.m |  21 +
 ...cont_unary_in_cell_or_mat_issue117_expected.txt |  68 ++
 .../indent_line_cont_with_metaclass_op_issue124.m  |   8 +
 ...ne_cont_with_metaclass_op_issue124_expected.txt |  11 +
 .../indent_line_cont_with_percent_issue118.m       |  10 +
 ...nt_line_cont_with_percent_issue118_expected.txt |  11 +
 .../indent_line_continuation.m                     |   0
 .../indent_line_continuation_expected.txt          |  17 +
 .../indent_line_continuation_row.m                 |   0
 .../indent_line_continuation_row_expected.txt      |  15 +
 .../indent_lots_of_end_words.m                     |  69 ++
 .../indent_lots_of_end_words_expected.txt          | 132 ++++
 .../indent_matrix.m                                |   0
 .../indent_matrix_expected.txt                     |  84 +++
 .../indent_matrix_issue44.m                        |   0
 .../indent_matrix_issue44_expected.txt             |  15 +
 .../indent_mlint_suppression_on_fcn.m              |   0
 .../indent_mlint_suppression_on_fcn_expected.txt   |  12 +
 .../indent_multiple_arg_blocks_issue113.m          |   0
 ...ndent_multiple_arg_blocks_issue113_expected.txt |  29 +
 .../indent_namespace_class_issue114.m              |  49 ++
 .../indent_namespace_class_issue114_expected.txt   |  56 ++
 .../indent_namespace_fcn_continued.m               |   0
 .../indent_namespace_fcn_continued_expected.txt    |  39 ++
 .../indent_nested.m                                |   0
 .../indent_nested_expected.txt                     |  52 ++
 .../indent_nonconjugate_transpose_issue120.m       |  10 +
 ...nt_nonconjugate_transpose_issue120_expected.txt |  32 +
 .../indent_odd_else_if.m                           |   0
 .../indent_odd_else_if_expected.txt                |  72 +++
 .../indent_old_indents.m                           |   0
 .../indent_old_indents_expected.txt                | 578 +++++++++++++++++
 .../indent_old_indents_for_typing.m                |   0
 .../indent_old_indents_for_typing_expected.txt     | 566 ++++++++++++++++
 .../indent_parens.m                                |   0
 .../indent_parens_expected.txt                     |  58 ++
 .../indent_parfor_namespace_fcn_issue121.m         |   9 +
 ...dent_parfor_namespace_fcn_issue121_expected.txt |  25 +
 .../indent_parse_error_in_class.m                  |  15 +
 .../indent_parse_error_in_class_expected.txt       |  17 +
 .../indent_ranges.m                                |   0
 .../indent_ranges_expected.txt                     |  48 ++
 .../indent_spmd.m                                  |   0
 .../indent_spmd_expected.txt                       |  81 +++
 .../indent_string_concat_continued.m               |   0
 .../indent_string_concat_continued_expected.txt    |  21 +
 .../indent_struct.m                                |   0
 .../indent_struct_expected.txt                     |  64 ++
 .../indent_switch.m                                |   0
 .../indent_switch_expected.txt                     |  32 +
 .../indent_syntax_error1.m                         |   0
 .../indent_syntax_error1_expected.txt              |   9 +
 .../indent_syntax_error2.m                         |   0
 .../indent_syntax_error2_expected.txt              |   7 +
 .../indent_tab_between_fcns.m                      |   0
 .../indent_tab_between_fcns_expected.txt           |   6 +
 .../indent_tab_in_fcn.m                            |   0
 .../indent_tab_in_fcn_expected.txt                 |  11 +
 .../indent_trailing_whitespace_on_cmd_issue125.m   |  23 +
 ...railing_whitespace_on_cmd_issue125_expected.txt |  38 ++
 ...t_try_catch_with_trailing_whitespace_issue123.m |  30 +
 ..._with_trailing_whitespace_issue123_expected.txt |  61 ++
 .../indent_two_ends_on_a_line_issue105.m           |   0
 ...indent_two_ends_on_a_line_issue105_expected.txt |  16 +
 .../indent_with_syntax_error.m                     |   0
 .../indent_with_syntax_error_expected.txt          |  10 +
 .../mfile_type_classdef.m                          |   0
 .../mfile_type_classdef_expected.txt               |   9 +
 .../mfile_type_empty.m                             |   0
 .../mfile_type_empty_expected.txt                  |   2 +
 .../mfile_type_function.m                          |   0
 .../mfile_type_function_expected.txt               |  12 +
 .../mfile_type_script.m                            |   0
 .../mfile_type_script_expected.txt                 |  21 +
 .../movement_statements.m                          |   0
 .../movement_statements_expected.txt               |  74 +++
 .../on_save_fix_class.m                            |   0
 .../on_save_fix_class_expected.txt                 |  15 +
 .../on_save_fix_fcn.m                              |   0
 .../on_save_fix_fcn_expected.txt                   |  22 +
 .../on_save_no_fix_fcn.m                           |   0
 .../on_save_no_fix_fcn_expected.txt                |  53 ++
 .../on_save_no_fix_script.m                        |   0
 .../on_save_no_fix_script_expected.txt             |  24 +
 .../on_save_no_fix_syntax_error.m                  |   0
 .../on_save_no_fix_syntax_error_expected.txt       |   7 +
 .../outline_foo.m                                  |   0
 .../outline_foo_expected.txt                       |  57 ++
 .../outline_sections.m                             |   0
 .../outline_sections_expected.txt                  |  14 +
 .../page_basic.m                                   |   0
 .../page_basic_expected.txt                        |   9 +
 .../show_paren_classdef.m                          |   0
 .../show_paren_classdef_expected.txt               | 139 ++++
 .../show_paren_classdef_missing_end_expected.txt   |   6 +
 .../show_paren_enumeration.m                       |   0
 .../show_paren_enumeration_expected.txt            |  17 +
 .../show_paren_error_classdef_missing_end.m}       |   2 +-
 ...w_paren_error_classdef_missing_end_expected.txt |   6 +
 .../show_paren_string.m                            |   0
 .../show_paren_string_expected.txt                 |  29 +
 .../syntax_table_test1.m                           |   0
 .../syntax_table_test1_expected.txt                |  35 +
 .../thing_defun.m                                  |   0
 .../thing_defun_expected.txt                       |  85 +++
 .../thing_forward_sexp1.m                          |   0
 .../thing_forward_sexp1_expected.txt               |  51 ++
 .../thing_fun_sexp.m                               |   0
 .../thing_fun_sexp_expected.txt                    |  19 +
 .../thing_mark_sexp.m                              |   0
 .../thing_mark_sexp_expected.txt                   |  11 +
 .../thing_sentance.m                               |   2 +-
 .../thing_sentance_expected.txt                    | 188 ++++++
 .../thing_sexp.m                                   |   0
 .../thing_sexp_expected.txt                        | 191 ++++++
 .../ts_defun_name_class.m                          |   0
 .../ts_defun_name_class_expected.txt               |  49 ++
 .../ts_defun_name_fcn.m                            |   0
 .../ts_defun_name_fcn_expected.txt                 |  71 +++
 .../view_parse_errors_simple.m                     |   0
 .../view_parse_errors_simple_expected.txt          |  10 +
 ...binary_operator_continued_issue107_expected.txt | 110 ++--
 .../parser_cell_expected.txt                       |  42 +-
 .../parser_comments.m                              |   6 +
 .../parser_comments_expected.txt                   |  12 +
 .../parser_line_cont_extra_dot.m                   |   4 +
 .../parser_line_cont_extra_dot_expected.txt        |  36 ++
 .../parser_no_final_newline.m                      |   4 +
 .../parser_no_final_newline_expected.txt           |  11 +
 .../parser_simple_expected.txt                     |  10 +-
 .../parser_simple_with_error_expected.txt          |  10 +-
 .../parser_variable_ids_expected.txt               |  40 +-
 tests/test-matlab-ts-mode-parser.el                | 142 ++++-
 ...d.m => show_paren_error_classdef_missing_end.m} |   2 +-
 ..._paren_error_classdef_missing_end_expected.org} |   4 +-
 tests/test-matlab-ts-mode-show-paren.el            |   8 +-
 tests/test-matlab-ts-mode-syntax-table.el          |   8 +-
 .../thing_sentance.m                               |   2 +-
 .../thing_sentance_expected.org                    |   2 +-
 .../thing_sexp_expected.org                        |   8 +-
 tests/test-matlab-ts-mode-thing-settings.el        |   8 +-
 tests/test-matlab-ts-mode-treesit-defun-name.el    |   8 +-
 tests/test-matlab-ts-mode-view-parse-errors.el     |   8 +-
 tests/test-package-version.el                      |  19 +-
 654 files changed, 15178 insertions(+), 1046 deletions(-)
 rename matlab-ts-langs-install.el => contributing/matlab-ts-langs-install.el 
(100%)
 create mode 100644 matlab-ts-bin/20251110-9d16fcf/README.org
 create mode 100644 
matlab-ts-bin/20251110-9d16fcf/glnxa64/libtree-sitter-matlab.so
 create mode 100644 
matlab-ts-bin/20251110-9d16fcf/maca64/libtree-sitter-matlab.dylib
 create mode 100644 
matlab-ts-bin/20251110-9d16fcf/maci64/libtree-sitter-matlab.dylib
 create mode 100644 
matlab-ts-bin/20251110-9d16fcf/win64/libtree-sitter-matlab.dll
 create mode 100644 matlab-ts-bin/README.org
 create mode 100644 matlab-ts-grammar-install.el
 copy tests/test-matlab-ts-mode-electric-ends-files/{electric_ends_in_ws.m => 
electric_ends_in_ws_error.m} (100%)
 rename 
tests/test-matlab-ts-mode-electric-ends-files/{electric_ends_in_ws_expected.org 
=> electric_ends_in_ws_error_expected.org} (93%)
 create mode 100644 
tests/test-matlab-ts-mode-electric-pair-files/electric_pair_before_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-electric-pair-files/electric_pair_before_fcn_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_between_arg_blocks_issue128.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_between_arg_blocks_issue128_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_empty_endless_fun_issue127.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_empty_endless_fun_issue127_expected.txt
 delete mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_empty_endless_fun_issue93.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_empty_endless_fun_issue93_expected.txt
 copy tests/test-matlab-ts-mode-font-lock-files/{font_lock_error_issue53_end.m 
=> font_lock_end_issue53.m} (100%)
 rename 
tests/test-matlab-ts-mode-font-lock-files/{font_lock_error_issue53_end_expected.txt
 => font_lock_end_issue53_expected.txt} (100%)
 copy tests/test-matlab-ts-mode-font-lock-files/{font_lock_error_issue56_end.m 
=> font_lock_end_issue56.m} (100%)
 rename 
tests/test-matlab-ts-mode-font-lock-files/{font_lock_error_issue56_end_expected.txt
 => font_lock_end_issue56_expected.txt} (100%)
 delete mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_if_greedness_issue92.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_if_greedness_issue92_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_line_cont_in_cell_or_matrix_issue116.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_line_cont_in_cell_or_matrix_issue116_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_postfix_in_fcn_call_issue122.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_postfix_in_fcn_call_issue122_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_unnecessary_semicolon_issue129.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_unnecessary_semicolon_issue129_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cell_of_fcn_handles_issue126.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cell_of_fcn_handles_issue126_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cell_of_fcn_handles_issue126_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_after_argument_end.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_after_argument_end_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_after_argument_end_expected_msgs.m
 copy tests/test-matlab-ts-mode-indent-files/{indent_cont_statement_error.m => 
indent_cont_statement_without_ellipsis.m} (89%)
 rename 
tests/test-matlab-ts-mode-indent-files/{indent_cont_statement_error_expected.m 
=> indent_cont_statement_without_ellipsis_expected.m} (89%)
 rename 
tests/test-matlab-ts-mode-indent-files/{indent_cont_statement_error_expected_msgs.m
 => indent_cont_statement_without_ellipsis_expected_msgs.m} (84%)
 delete mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_ellipsis.skip.typing.txt
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_with_transpose_issue93.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_with_transpose_issue93_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_with_transpose_issue93_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_or_matrix_issue116.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_or_matrix_issue116_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_or_matrix_issue116_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_with_comma.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_with_comma_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_with_comma_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_row_cell.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_row_cell_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_row_cell_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_row_matrix.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_row_matrix_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_in_row_matrix_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_multiple_times.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_multiple_times_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_multiple_times_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_unary_in_cell_or_mat_issue117.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_unary_in_cell_or_mat_issue117_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_unary_in_cell_or_mat_issue117_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_metaclass_op_issue124.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_metaclass_op_issue124_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_metaclass_op_issue124_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_lots_of_end_words.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_lots_of_end_words_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_lots_of_end_words_expected_msgs.m
 delete mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_multiple_arg_blocks_issue113.skip.txt
 copy 
tests/test-matlab-ts-mode-indent-files/{indent_multiple_arg_blocks_issue113.m 
=> indent_multiple_arg_blocks_issue113_expected.m} (100%)
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_multiple_arg_blocks_issue113_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_namespace_class_issue114.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_namespace_class_issue114_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_namespace_class_issue114_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_nonconjugate_transpose_issue120.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_nonconjugate_transpose_issue120_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_nonconjugate_transpose_issue120_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_parfor_namespace_fcn_issue121.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_parfor_namespace_fcn_issue121_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_parfor_namespace_fcn_issue121_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_parse_error_in_class.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_parse_error_in_class_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_parse_error_in_class_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_trailing_whitespace_on_cmd_issue125.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_trailing_whitespace_on_cmd_issue125_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_trailing_whitespace_on_cmd_issue125_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_try_catch_with_trailing_whitespace_issue123.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_try_catch_with_trailing_whitespace_issue123_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_try_catch_with_trailing_whitespace_issue123_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_blank_line_in_fcn_call.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_blank_line_in_fcn_call_expected.org
 copy tests/{test-matlab-ts-mode-comments-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-comments-files}/comments_basic.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-comments-files/comments_basic_expected.txt
 copy tests/{test-matlab-ts-mode-electric-ends-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files}/electric_ends_cases.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files/electric_ends_cases_expected.txt
 copy tests/{test-matlab-ts-mode-electric-ends-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files}/electric_ends_classdef.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files/electric_ends_classdef_expected.txt
 copy tests/{test-matlab-ts-mode-electric-ends-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files}/electric_ends_function_with_no_end.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files/electric_ends_function_with_no_end_expected.txt
 copy tests/{test-matlab-ts-mode-electric-ends-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files}/electric_ends_if_continued.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files/electric_ends_if_continued_expected.txt
 rename tests/{test-matlab-ts-mode-electric-ends-files/electric_ends_in_ws.m => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files/electric_ends_in_ws_error.m}
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-ends-files/electric_ends_in_ws_error_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-pair-files/electric_pair_before_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-pair-files/electric_pair_before_fcn_expected.txt
 copy tests/{test-matlab-ts-mode-electric-pair-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-pair-files}/electric_pair_single_quote.m
 (96%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-electric-pair-files/electric_pair_single_quote_expected.txt
 copy tests/{test-matlab-ts-mode-fill-paragraph-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-fill-paragraph-files}/fill_paragraph_comments.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_comments_expected.txt
 copy tests/{test-matlab-ts-mode-fill-paragraph-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-fill-paragraph-files}/fill_paragraph_indent.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_indent_expected.txt
 copy tests/{test-matlab-ts-mode-fill-paragraph-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-fill-paragraph-files}/fill_paragraph_strings_and_ellipsis.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_strings_and_ellipsis_expected.txt
 copy tests/{test-matlab-ts-mode-fill-paragraph-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-fill-paragraph-files}/fill_paragraph_test1.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_test1_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/+myUtils/+events/f.m
 (61%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/+myUtils/+events/f_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/+myUtils/+nested/+namespace/mustBeRealUpperTriangular.m
 (92%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/+myUtils/+nested/+namespace/mustBeRealUpperTriangular_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/+myUtils/mustBeSameSize.m
 (88%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/+myUtils/mustBeSameSize_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/+myUtils/super.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/+myUtils/super_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_0X_and_0B_issue100.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_0X_and_0B_issue100_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_MyClass.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_MyClass_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_MySubClass.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_MySubClass_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_MySubSubClass.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_MySubSubClass_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_array_trailing_comma_semi_issue74.m
 (92%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_array_trailing_comma_semi_issue74_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_assign_to_matrix_using_matrix_issue67.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_assign_to_matrix_using_matrix_issue67_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_binary_op_continued_issue107.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_binary_op_continued_issue107_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_boolean.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_boolean_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_brackets.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_brackets_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_builtins.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_builtins_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_builtins_superclass.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_builtins_superclass_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_cd_dot_dot_issue88.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_cd_dot_dot_issue88_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_cell_fcn_arg_issue56.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_cell_fcn_arg_issue56_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_MultiplePropBlocks.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_MultiplePropBlocks_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_attributes.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_attributes_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_enum.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_enum_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_events.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_events_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_issue55_abstract.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_issue55_abstract_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_issue55_subclass.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_issue55_subclass_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_issue59_sub.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_issue59_sub_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_issue59_super.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_issue59_super_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_methods.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_methods_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_prop_access.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_prop_access_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_class_properties.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_class_properties_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_classdef_blank_line_issue80.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_classdef_blank_line_issue80_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_classdef_end_override_issue98_subclass.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_classdef_end_override_issue98_subclass_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_classdef_end_override_issue98_super.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_classdef_end_override_issue98_super_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_classdef_onoff.m
 (100%)
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_classdef_onoff_enum_names.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_classdef_onoff_enum_names_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_classdef_onoff_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_classdef_properties_issue49.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_classdef_properties_issue49_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_classdef_separate_method_issue64.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_classdef_separate_method_issue64_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_classdef_subclass_super_in_namespace_issue79.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_classdef_subclass_super_in_namespace_issue79_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_command.m
 (100%)
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_command_dual_issue65.m
 (100%)
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_command_dual_issue65_cmd.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_command_dual_issue65_cmd_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_command_dual_issue65_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_command_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_command_with_trailing_whitespace_fcn1_issue94.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_command_with_trailing_whitespace_fcn1_issue94_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_command_with_trailing_whitespace_issue94.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_command_with_trailing_whitespace_issue94_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_comment_between_arg_blocks_issue128.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_comment_between_arg_blocks_issue128_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_comment_fcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_comment_fcn_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_comment_heading.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_comment_heading_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_comment_markers.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_comment_markers_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_comment_no_doc_help.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_comment_no_doc_help_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_comment_types.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_comment_types_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continuation.m
 (100%)
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continuation_cell_issue75.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continuation_cell_issue75_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continuation_comma_at_start_issue54.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continuation_comma_at_start_issue54_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continuation_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continuation_fcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continuation_fcn_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continuation_fcn_g2.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continuation_fcn_g2_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continuation_fcn_issue84.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continuation_fcn_issue84_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continuation_issue61.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continuation_issue61_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continuation_issue84.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continuation_issue84_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continuation_multiArgFcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continuation_multiArgFcn_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continue_to_empty_issue104.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continue_to_empty_issue104_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_continued_metaclass_op_issue103.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_continued_metaclass_op_issue103_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_d_style_floats_issue95.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_d_style_floats_issue95_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_deal_issue60.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_deal_issue60_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_delimiters.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_delimiters_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_dot_comments_issue96.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_dot_comments_issue96_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_dot_question_mark.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_dot_question_mark_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_empty_endless_fun_issue127.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_empty_endless_fun_issue127_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_empty_endless_fun_issue93.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_empty_endless_fun_issue93_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_end_continued_issue108.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_end_continued_issue108_expected.txt
 rename 
tests/{test-matlab-ts-mode-font-lock-files/font_lock_error_issue53_end.m => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_end_issue53.m}
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_end_issue53_expected.txt
 rename 
tests/{test-matlab-ts-mode-font-lock-files/font_lock_error_issue56_end.m => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_end_issue56.m}
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_end_issue56_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_end_method_issue86.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_end_method_issue86_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_enum_FlowRate.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_enum_FlowRate_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_enum_with_blank_non_empty_line.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_enum_with_blank_non_empty_line_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_error.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_error_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_error_issue51_end.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_error_issue51_end_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_error_missing_continuation.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_error_missing_continuation_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_error_small.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_error_small_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_events_non_keyword.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_arguments.m
 (100%)
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_arguments2_issue57.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments2_issue57_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_arguments_issue57.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments_issue57_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_arguments_issue58.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments_issue58_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_call_with_cell.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_call_with_cell_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_call_with_expression_issue83.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_call_with_expression_issue83_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_name_value_properties.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_name_value_properties_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_small_in_args.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_small_in_args_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_small_no_args.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_small_no_args_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_fcn_small_out_args.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_fcn_small_out_args_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_for_range_in_parens_issue89.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_for_range_in_parens_issue89_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_hex_and_binary_issue66.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_hex_and_binary_issue66_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_if_greedness_issue92.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_if_greedness_issue92_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_keyword_spmd.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_keyword_spmd_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_keywords.m
 (100%)
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_keywords_as_others.m
 (100%)
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_keywords_as_others2.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others2_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_keywords_as_others3.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_keywords_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_keywords_used_as_fcn_names_issue86.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_keywords_used_as_fcn_names_issue86_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_line_cont_in_cell_or_matrix_issue116.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_line_cont_in_cell_or_matrix_issue116_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_matrix_not_operator_issue68.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_matrix_not_operator_issue68_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_methods_command_issue72.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_methods_command_issue72_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_methods_in_namespace_issue97.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_methods_in_namespace_issue97_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_namespaces.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_namespaces_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_numbers.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_numbers_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_numbers_with_word_size_in_cell_issue_106.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_numbers_with_word_size_in_cell_issue_106_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_numbers_with_word_size_issue82.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_numbers_with_word_size_issue82_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_operators.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_operators_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_operators_in_ranges_issue77.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_operators_in_ranges_issue77_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_postfix_in_fcn_call_issue122.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_postfix_in_fcn_call_issue122_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_pragma_in_fcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_pragma_in_fcn_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_sections.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_sections_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_strings.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_strings_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_struct_break_issue70.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_struct_break_issue70_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_struct_function_field_colon_issue102.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_struct_function_field_colon_issue102_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_struct_function_issue71.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_struct_function_issue71_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_symPosDef.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_symPosDef_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_table_access_issue81.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_table_access_issue81_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_transpose.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_transpose_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_transpose_in_expression_issue87.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_transpose_in_expression_issue87_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_transpose_issue62.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_transpose_issue62_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_transpose_issue76.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_transpose_issue76_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_true_false_enum_issue85.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_true_false_enum_issue85_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_true_false_fcn_handle_issue90.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_true_false_fcn_handle_issue90_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_try_on_one_line_issue99.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_try_on_one_line_issue99_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_two_ends_on_a_single_line_issue105.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_two_ends_on_a_single_line_issue105_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_unnecessary_semicolon_issue101.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_unnecessary_semicolon_issue101_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_unnecessary_semicolon_issue129.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_unnecessary_semicolon_issue129_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_validation_fcns_with_args2_issue78.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_validation_fcns_with_args2_issue78_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_validation_fcns_with_args_issue78.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_validation_fcns_with_args_issue78_expected.txt
 copy tests/{test-matlab-ts-mode-font-lock-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files}/font_lock_variable.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-font-lock-files/font_lock_variable_expected.txt
 copy tests/{test-matlab-ts-mode-imenu-create-index-function-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files}/imenu_class_with_sections.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files/imenu_class_with_sections_expected.txt
 copy tests/{test-matlab-ts-mode-imenu-create-index-function-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files}/imenu_f0.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files/imenu_f0_expected.txt
 copy tests/{test-matlab-ts-mode-imenu-create-index-function-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files}/imenu_foobar1.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files/imenu_foobar1_expected.txt
 copy tests/{test-matlab-ts-mode-imenu-create-index-function-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files}/imenu_g0.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files/imenu_g0_expected.txt
 copy tests/{test-matlab-ts-mode-imenu-create-index-function-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files}/imenu_myFunc1.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files/imenu_myFunc1_expected.txt
 copy tests/{test-matlab-ts-mode-imenu-create-index-function-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files}/imenu_oneliner.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files/imenu_oneliner_expected.txt
 copy tests/{test-matlab-ts-mode-imenu-create-index-function-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files}/imenu_symPosDef.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files/imenu_symPosDef_expected.txt
 copy tests/{test-matlab-ts-mode-imenu-create-index-function-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files}/imenu_tryout_matlabsections.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-imenu-create-index-function-files/imenu_tryout_matlabsections_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_catch_with_comment.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_catch_with_comment_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_cell.m
 (100%)
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_cell2.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_cell2_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_cell_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_cell_of_fcn_handles_issue126.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_cell_of_fcn_handles_issue126_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_class_prop_continued.m
 (100%)
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_class_prop_continued2.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_class_prop_continued2_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_class_prop_continued_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_classdef_super_continued.m
 (100%)
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_classdef_super_continued2.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_classdef_super_continued2_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_classdef_super_continued3.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_classdef_super_continued3_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_classdef_super_continued_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_comment_after_argument_end.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_comment_after_argument_end_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_comment_after_prop.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_comment_after_prop_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_comment_classdef_doc.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_comment_classdef_doc_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_comment_fcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_comment_fcn_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_comments.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_comments_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_comments_in_blocks.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_comments_in_blocks_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_cont_cell_issue75.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_cont_cell_issue75_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_cont_properties.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_cont_properties_expected.txt
 rename tests/{test-matlab-ts-mode-indent-files/indent_cont_statement_error.m 
=> 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_cont_statement_without_ellipsis.m}
 (89%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_cont_statement_without_ellipsis_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_cont_statements.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_cont_statements_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_copyright.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_copyright_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_copyright_in_code.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_copyright_in_code_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_endless_function.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_endless_function_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_enum.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_enum_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_expr_continued.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_expr_continued_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_failure_with_indent_region.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_failure_with_indent_region_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_fcn_args_on_next_line.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_fcn_args_on_next_line_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_fcn_basic.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_fcn_basic_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_fcn_call_in_fcn_call_cont.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_fcn_call_in_fcn_call_cont_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_fcn_call_in_fcn_call_rules.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_fcn_call_in_fcn_call_rules_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_fcn_call_last_paren.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_fcn_call_last_paren_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_fcn_calls.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_fcn_calls_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_fcn_cont.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_fcn_cont_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_fcn_ellipsis.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_fcn_ellipsis_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_function.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_function_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_if_continued.m
 (100%)
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_if_continued2.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_if_continued2_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_if_continued_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_if_else.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_if_else_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_if_with_transpose_issue93.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_if_with_transpose_issue93_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_keywords.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_keywords_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_or_matrix_issue116.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_or_matrix_issue116_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_with_comma.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_in_cell_with_comma_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_in_row_cell.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_in_row_cell_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_in_row_matrix.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_in_row_matrix_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_multiple_times.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_multiple_times_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_unary_in_cell_or_mat_issue117.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_unary_in_cell_or_mat_issue117_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_with_metaclass_op_issue124.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_with_metaclass_op_issue124_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_cont_with_percent_issue118_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_line_continuation.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_continuation_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_line_continuation_row.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_line_continuation_row_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_lots_of_end_words.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_lots_of_end_words_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_matrix.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_matrix_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_matrix_issue44.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_matrix_issue44_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_mlint_suppression_on_fcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_mlint_suppression_on_fcn_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_multiple_arg_blocks_issue113.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_multiple_arg_blocks_issue113_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_namespace_class_issue114.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_namespace_class_issue114_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_namespace_fcn_continued.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_namespace_fcn_continued_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_nested.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_nested_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_nonconjugate_transpose_issue120.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_nonconjugate_transpose_issue120_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_odd_else_if.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_odd_else_if_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_old_indents.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_old_indents_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_old_indents_for_typing.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_old_indents_for_typing_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_parens.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_parens_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_parfor_namespace_fcn_issue121.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_parfor_namespace_fcn_issue121_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_parse_error_in_class.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_parse_error_in_class_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_ranges.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_ranges_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_spmd.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_spmd_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_string_concat_continued.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_string_concat_continued_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_struct.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_struct_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_switch.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_switch_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_syntax_error1.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_syntax_error1_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_syntax_error2.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_syntax_error2_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_tab_between_fcns.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_tab_between_fcns_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_tab_in_fcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_tab_in_fcn_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_trailing_whitespace_on_cmd_issue125.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_trailing_whitespace_on_cmd_issue125_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_try_catch_with_trailing_whitespace_issue123.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_try_catch_with_trailing_whitespace_issue123_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_two_ends_on_a_line_issue105.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_two_ends_on_a_line_issue105_expected.txt
 copy tests/{test-matlab-ts-mode-indent-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files}/indent_with_syntax_error.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-indent-files/indent_with_syntax_error_expected.txt
 copy tests/{test-matlab-ts-mode-mfile-type-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-mfile-type-files}/mfile_type_classdef.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-mfile-type-files/mfile_type_classdef_expected.txt
 copy tests/{test-matlab-ts-mode-mfile-type-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-mfile-type-files}/mfile_type_empty.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-mfile-type-files/mfile_type_empty_expected.txt
 copy tests/{test-matlab-ts-mode-mfile-type-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-mfile-type-files}/mfile_type_function.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-mfile-type-files/mfile_type_function_expected.txt
 copy tests/{test-matlab-ts-mode-mfile-type-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-mfile-type-files}/mfile_type_script.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-mfile-type-files/mfile_type_script_expected.txt
 copy tests/{test-matlab-ts-mode-movement-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-movement-files}/movement_statements.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-movement-files/movement_statements_expected.txt
 copy tests/{test-matlab-ts-mode-on-save-fixes-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files}/on_save_fix_class.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files/on_save_fix_class_expected.txt
 copy tests/{test-matlab-ts-mode-on-save-fixes-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files}/on_save_fix_fcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files/on_save_fix_fcn_expected.txt
 copy tests/{test-matlab-ts-mode-on-save-fixes-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files}/on_save_no_fix_fcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files/on_save_no_fix_fcn_expected.txt
 copy tests/{test-matlab-ts-mode-on-save-fixes-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files}/on_save_no_fix_script.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files/on_save_no_fix_script_expected.txt
 copy tests/{test-matlab-ts-mode-on-save-fixes-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files}/on_save_no_fix_syntax_error.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-on-save-fixes-files/on_save_no_fix_syntax_error_expected.txt
 copy tests/{test-matlab-ts-mode-outline-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-outline-files}/outline_foo.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-outline-files/outline_foo_expected.txt
 copy tests/{test-matlab-ts-mode-outline-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-outline-files}/outline_sections.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-outline-files/outline_sections_expected.txt
 copy tests/{test-matlab-ts-mode-page-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-page-files}/page_basic.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-page-files/page_basic_expected.txt
 copy tests/{test-matlab-ts-mode-show-paren-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-show-paren-files}/show_paren_classdef.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-show-paren-files/show_paren_classdef_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-show-paren-files/show_paren_classdef_missing_end_expected.txt
 copy tests/{test-matlab-ts-mode-show-paren-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-show-paren-files}/show_paren_enumeration.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-show-paren-files/show_paren_enumeration_expected.txt
 copy 
tests/{test-matlab-ts-mode-show-paren-files/show_paren_classdef_missing_end.m 
=> 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-show-paren-files/show_paren_error_classdef_missing_end.m}
 (76%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-show-paren-files/show_paren_error_classdef_missing_end_expected.txt
 copy tests/{test-matlab-ts-mode-show-paren-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-show-paren-files}/show_paren_string.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-show-paren-files/show_paren_string_expected.txt
 copy tests/{test-matlab-ts-mode-syntax-table-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-syntax-table-files}/syntax_table_test1.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-syntax-table-files/syntax_table_test1_expected.txt
 copy tests/{test-matlab-ts-mode-thing-settings-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files}/thing_defun.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files/thing_defun_expected.txt
 copy tests/{test-matlab-ts-mode-thing-settings-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files}/thing_forward_sexp1.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files/thing_forward_sexp1_expected.txt
 copy tests/{test-matlab-ts-mode-thing-settings-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files}/thing_fun_sexp.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files/thing_fun_sexp_expected.txt
 copy tests/{test-matlab-ts-mode-thing-settings-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files}/thing_mark_sexp.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files/thing_mark_sexp_expected.txt
 copy tests/{test-matlab-ts-mode-thing-settings-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files}/thing_sentance.m
 (98%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files/thing_sentance_expected.txt
 copy tests/{test-matlab-ts-mode-thing-settings-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files}/thing_sexp.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-thing-settings-files/thing_sexp_expected.txt
 copy tests/{test-matlab-ts-mode-treesit-defun-name-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-treesit-defun-name-files}/ts_defun_name_class.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-treesit-defun-name-files/ts_defun_name_class_expected.txt
 copy tests/{test-matlab-ts-mode-treesit-defun-name-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-treesit-defun-name-files}/ts_defun_name_fcn.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-treesit-defun-name-files/ts_defun_name_fcn_expected.txt
 copy tests/{test-matlab-ts-mode-view-parse-errors-files => 
test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-view-parse-errors-files}/view_parse_errors_simple.m
 (100%)
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/copy-of-test-matlab-ts-mode-view-parse-errors-files/view_parse_errors_simple_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-parser-files/parser_comments.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_comments_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_line_cont_extra_dot.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_line_cont_extra_dot_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_no_final_newline.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_no_final_newline_expected.txt
 rename 
tests/test-matlab-ts-mode-show-paren-files/{show_paren_classdef_missing_end.m 
=> show_paren_error_classdef_missing_end.m} (76%)
 rename 
tests/test-matlab-ts-mode-show-paren-files/{show_paren_classdef_missing_end_expected.org
 => show_paren_error_classdef_missing_end_expected.org} (83%)

Reply via email to