feat: Add CommonLisp language support to TestRepoMapAllLanguages

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 15:02:55 -07:00
parent 7c1d2d75e0
commit 544d58ddbd
2 changed files with 18 additions and 0 deletions

View file

@ -306,6 +306,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
"hcl": ("tf", "aws_vpc"),
"arduino": ("ino", "setup"),
"chatito": ("chatito", "intent"),
"commonlisp": ("lisp", "greet"),
}
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"