add MATLAB tags to enable repo map support

This commit is contained in:
Matthew Tofano 2025-06-23 21:24:52 +01:00
parent fdb49e18cd
commit 20429b6852
4 changed files with 65 additions and 0 deletions

View file

@ -388,6 +388,9 @@ class TestRepoMapAllLanguages(unittest.TestCase):
def test_language_ocaml_interface(self):
self._test_language_repo_map("ocaml_interface", "mli", "Greeter")
def test_language_matlab(self):
self._test_language_repo_map("matlab", "m", "Person")
def _test_language_repo_map(self, lang, key, symbol):
"""Helper method to test repo map generation for a specific language."""
# Get the fixture file path and name based on language