mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
update fence test to use backticks at start of line
This commit is contained in:
parent
f29825ff22
commit
cfe1d540f1
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ class TestCoder(unittest.TestCase):
|
|||
_, file1 = tempfile.mkstemp()
|
||||
|
||||
with open(file1, "wb") as f:
|
||||
f.write(b"this contains ``` backticks")
|
||||
f.write(b"this contains\n```\nbackticks")
|
||||
|
||||
files = [file1]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue