mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Add OCaml test case for repomap
This commit is contained in:
parent
795467f206
commit
4a3ea08b49
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
||||||
"test.js",
|
"test.js",
|
||||||
"function greet(name) {\n console.log(`Hello, ${name}!`);\n}\n",
|
"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": (
|
"php": (
|
||||||
"test.php",
|
"test.php",
|
||||||
'<?php\nfunction greet($name) {\n echo "Hello, $name!";\n}\n?>\n',
|
'<?php\nfunction greet($name) {\n echo "Hello, $name!";\n}\n?>\n',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue