mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: Add D language test fixture and update test mapping
This commit is contained in:
parent
544d58ddbd
commit
9451f0abe4
2 changed files with 27 additions and 0 deletions
|
@ -287,6 +287,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
language_files = {
|
||||
"c": ("c", "main"),
|
||||
"cpp": ("cpp", "main"),
|
||||
"d": ("d", "main"),
|
||||
"elixir": ("ex", "Greeter"),
|
||||
"java": ("java", "Greeting"),
|
||||
"javascript": ("js", "Person"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue