mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable the entire TD category in Ruff
This commit is contained in:
@@ -314,8 +314,11 @@ def test_domain_c_ast_expressions():
|
||||
expr_check('5 / 42')
|
||||
expr_check('5 % 42')
|
||||
# ['.*', '->*']
|
||||
expr_check('5 .* 42')
|
||||
expr_check('5 ->* 42')
|
||||
# TODO: conditional is unimplemented
|
||||
# conditional
|
||||
# TODO
|
||||
# expr_check('5 ? 7 : 3')
|
||||
# assignment
|
||||
expr_check('a = 5')
|
||||
expr_check('a *= 5')
|
||||
|
Reference in New Issue
Block a user