mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
cleanup
This commit is contained in:
parent
684b0e4964
commit
6e4f17d377
1 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,8 @@ def find_original_update_blocks(content):
|
||||||
raise ValueError(f"{processed}\n^^^ Error parsing ORIGINAL/UPDATED block.")
|
raise ValueError(f"{processed}\n^^^ Error parsing ORIGINAL/UPDATED block.")
|
||||||
|
|
||||||
|
|
||||||
edit = """
|
if __name__ == "__main__":
|
||||||
|
edit = """
|
||||||
Here's the change:
|
Here's the change:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
@ -219,5 +220,4 @@ Tooooo
|
||||||
|
|
||||||
Hope you like it!
|
Hope you like it!
|
||||||
"""
|
"""
|
||||||
if __name__ == "__main__":
|
|
||||||
print(list(find_original_update_blocks(edit)))
|
print(list(find_original_update_blocks(edit)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue