mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: Add Dart language support to TestRepoMapAllLanguages
This commit is contained in:
parent
9451f0abe4
commit
24d2b683c8
2 changed files with 22 additions and 0 deletions
|
@ -288,6 +288,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
"c": ("c", "main"),
|
||||
"cpp": ("cpp", "main"),
|
||||
"d": ("d", "main"),
|
||||
"dart": ("dart", "Person"),
|
||||
"elixir": ("ex", "Greeter"),
|
||||
"java": ("java", "Greeting"),
|
||||
"javascript": ("js", "Person"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue