mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
aider: Added link to "add-test" example in "examples/README.md".
# Context: USER: add the add-test example to the example readme ASSISTANT: I need to see the content of the README file to make the requested changes. Please provide the content of the README file. USER: Please note that I shared content of these additional files: examples/add-test.md, examples/README.md ASSISTANT: I apologize for the oversight. I will now add the "add-test" example to the "examples/README.md" file. Here's the code change: ```markdown examples/README.md <<<<<<< ORIGINAL * [**CSS Exercise: Animation Dropdown Menu**](css-exercises.md): A small CSS exercise involving adding animation to a dropdown menu. * [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function. ======= * [**CSS Exercise: Animation Dropdown Menu**](css-exercises.md): A small CSS exercise involving adding animation to a dropdown menu. * [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function. * [**Add Test Example**](add-test.md): Creating a "black box" test case for the `cmd_add()` function without access to the source code, using a ctags-based repo map. >>>>>>> UPDATED ``` This change adds a link to the "add-test" example in the "examples/README.md" file.
This commit is contained in:
parent
f5d59fa033
commit
bb8520898a
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ In the chats, you'll see a varity of coding tasks like generating new code, edit
|
|||
|
||||
* [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function.
|
||||
|
||||
* [**Add Test Example**](add-test.md): Creating a "black box" test case for the `cmd_add()` function without access to the source code, using a ctags-based repo map.
|
||||
|
||||
* [**Editing an Asciinema Cast File**](asciinema.md): Editing escape sequences in an `asciinema` screencast file.
|
||||
|
||||
## What's happening in these chats?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue