mirror of
https://github.com/Aider-AI/aider
synced 2026-05-05 06:32:04 +02:00
Add OCaml test case for repomap
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
795467f206
commit
4a3ea08b49
@@ -273,7 +273,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
||||
"test.js",
|
||||
"function greet(name) {\n console.log(`Hello, ${name}!`);\n}\n",
|
||||
),
|
||||
# "ocaml": ("test.ml", "let greet name =\n Printf.printf \"Hello, %s!\\n\" name\n"),
|
||||
"ocaml": ("test.ml", "let greet name =\n Printf.printf \"Hello, %s!\\n\" name\n"),
|
||||
"php": (
|
||||
"test.php",
|
||||
'<?php\nfunction greet($name) {\n echo "Hello, $name!";\n}\n?>\n',
|
||||
|
||||
Reference in New Issue
Block a user