mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
refactor: Multiply _text
by 10 in mdstream.py
for testing
This commit is contained in:
parent
c0074301a3
commit
d82f9fa432
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ if __name__ == "__main__":
|
||||||
with open("aider/io.py", "r") as f:
|
with open("aider/io.py", "r") as f:
|
||||||
code = f.read()
|
code = f.read()
|
||||||
_text = _text_prefix + code + _text_suffix
|
_text = _text_prefix + code + _text_suffix
|
||||||
|
_text = _text * 10
|
||||||
|
|
||||||
pm = MarkdownStream()
|
pm = MarkdownStream()
|
||||||
for i in range(6, len(_text), 5):
|
for i in range(6, len(_text), 5):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue