mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
feat: Add Arduino language support to TestRepoMapAllLanguages
This commit is contained in:
parent
ba03b07602
commit
6bb43555dc
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
"elm": ("elm", "Person"),
|
||||
"go": ("go", "Greeter"),
|
||||
"hcl": ("tf", "aws_vpc"),
|
||||
"arduino": ("ino", "setup"),
|
||||
}
|
||||
|
||||
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue