We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74254cd commit f543c1eCopy full SHA for f543c1e
1 file changed
tests/basic/test_coder.py
@@ -320,7 +320,8 @@ def test_get_file_mentions_various_formats(self):
320
(f"```\n{test_files[3]}\n```", {test_files[3]}),
321
# Files in code blocks with language specifier
322
# (
323
- # f"```python\nwith open('{test_files[1]}', 'r') as f:\n data = f.read()\n```",
+ # f"```python\nwith open('{test_files[1]}', 'r') as f:\n"
324
+ # f" data = f.read()\n```",
325
# {test_files[1]},
326
# ),
327
# Files with Windows-style paths
0 commit comments