mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-26 14:34:59 +00:00
add MATLAB tags to enable repo map support
This commit is contained in:
parent
fdb49e18cd
commit
20429b6852
4 changed files with 65 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue