feat: Add D language test fixture and update test mapping

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 15:05:05 -07:00
parent 544d58ddbd
commit 9451f0abe4
2 changed files with 27 additions and 0 deletions

View file

@ -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"),