diff --git a/python/testData/highlighting/fStringBackslashesBefore312.py b/python/testData/highlighting/fStringBackslashesBefore312.py index 34a7e0398be6..5552c0c97de9 100644 --- a/python/testData/highlighting/fStringBackslashesBefore312.py +++ b/python/testData/highlighting/fStringBackslashesBefore312.py @@ -3,5 +3,5 @@ f'{\t}}' f'{f"""{"\n"}"""}' -f'{\t' +f'{\n' \ No newline at end of file