mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: Fix code formatting in OCaml test file
This commit is contained in:
parent
b361310e56
commit
b0d8778752
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue