diff options
author | robot-piglet <[email protected]> | 2025-09-11 19:12:15 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-09-11 19:43:09 +0300 |
commit | 91708f49a58e3c0a1a3cf0a60c268c2d5b474a3e (patch) | |
tree | 9dbcd5cd1811b171ca7636600287d72327ef98ec /contrib/python/prompt-toolkit/py3/tests/test_style_transformation.py | |
parent | f4413504c29db8e1e7cce3a2103e89ecb4073271 (diff) |
Intermediate changes
commit_hash:87ab6d7772f084decaa30c0cb439a3e0c000406e
Diffstat (limited to 'contrib/python/prompt-toolkit/py3/tests/test_style_transformation.py')
-rw-r--r-- | contrib/python/prompt-toolkit/py3/tests/test_style_transformation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/prompt-toolkit/py3/tests/test_style_transformation.py b/contrib/python/prompt-toolkit/py3/tests/test_style_transformation.py index e4eee7c7b1c..0651e7fa8b8 100644 --- a/contrib/python/prompt-toolkit/py3/tests/test_style_transformation.py +++ b/contrib/python/prompt-toolkit/py3/tests/test_style_transformation.py @@ -17,6 +17,7 @@ def default_attrs(): blink=False, reverse=False, hidden=False, + dim=False, ) |