mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
refactor: move remaining language examples to fixture files
This commit is contained in:
parent
44ceb8f1a0
commit
8c218e9edc
6 changed files with 89 additions and 0 deletions
5
tests/fixtures/languages/php/test.php
vendored
Normal file
5
tests/fixtures/languages/php/test.php
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
function greet($name) {
|
||||
echo "Hello, $name!";
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue