Skip to content

Commit ebea2a9

Browse files
committed
Add troublesome test
1 parent f341b55 commit ebea2a9

File tree

1 file changed

+4
-0
lines changed
  • crates/ruff_python_formatter/resources/test/fixtures/ruff/statement

1 file changed

+4
-0
lines changed

crates/ruff_python_formatter/resources/test/fixtures/ruff/statement/top_level.pyi

+4
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,7 @@ def function_with_comment():
8585

8686
class EllispsisWithMultipleTrailing: # trailing class comment
8787
... # trailing ellipsis comment
88+
89+
class EllipsisWithLeadingComment:
90+
# leading
91+
...

0 commit comments

Comments
 (0)