feat: Add properties language test case and fixture file

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 15:13:56 -07:00
parent a503f291e7
commit 73eb8701dd
2 changed files with 15 additions and 0 deletions

View file

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