mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: format long string in test_repomap.py
This commit is contained in:
parent
de4bdae2de
commit
cc1f5cd4c2
1 changed files with 5 additions and 1 deletions
|
@ -442,7 +442,11 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
),
|
||||
"tsx": (
|
||||
"test.tsx",
|
||||
"import React from 'react';\n\nconst Greeting: React.FC<{ name: string }> = ({ name }) => {\n return <h1>Hello, {name}!</h1>;\n};\n\nexport default Greeting;\n",
|
||||
(
|
||||
"import React from 'react';\n\nconst Greeting: React.FC<{ name: string }> = ({"
|
||||
" name }) => {\n return <h1>Hello, {name}!</h1>;\n};\n\nexport default"
|
||||
" Greeting;\n"
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue