Skip to content

Commit

Permalink
fix preview_long_strings
Browse files Browse the repository at this point in the history
Signed-off-by: cobalt <[email protected]>
  • Loading branch information
cobaltt7 committed Dec 23, 2024
1 parent 4102ffe commit 22a18b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/cases/preview_long_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def foo():
"........................................................................... \\N{LAO KO LA}"
)

msg = lambda x: f"this is a very very very long lambda value {x} that doesn't fit on a single line"
msg = lambda x: f"this is a very very very very long lambda value {x} that doesn't fit on a single line"

dict_with_lambda_values = {
"join": lambda j: (
Expand Down

0 comments on commit 22a18b8

Please sign in to comment.