mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add a failing test for formatting Tuple[int, str, int]
This commit is contained in:
@@ -62,3 +62,7 @@ class CustomAnnotation:
|
||||
|
||||
def f11(x: CustomAnnotation(), y: 123) -> None:
|
||||
pass
|
||||
|
||||
|
||||
def f12() -> Tuple[int, str, int]:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user