feat: Add R language test case and fixture for repository mapping

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 15:16:02 -07:00
parent 73eb8701dd
commit 1ab6c70ac7
2 changed files with 18 additions and 0 deletions

View file

@ -313,6 +313,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
"commonlisp": ("lisp", "greet"),
"pony": ("pony", "Greeter"),
"properties": ("properties", "database.url"),
"r": ("r", "calculate"),
}
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"