[Lldb-commits] [lldb] [lldb] Improve editline completion formatting (PR #116456)

via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 18 11:00:03 PST 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r cdda76a8cfc3b0c5def836f68f6f58efba03e01c...5e0304fa539e7322984cd9962348724f293c1185 lldb/test/API/terminal/TestEditlineCompletions.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestEditlineCompletions.py	2024-11-18 18:56:28.000000 +0000
+++ TestEditlineCompletions.py	2024-11-18 18:59:34.424222 +0000
@@ -4,11 +4,10 @@
 from lldbsuite.test import lldbutil
 from lldbsuite.test.lldbpexpect import PExpectTest
 
 
 class EditlineCompletionsTest(PExpectTest):
-
     @skipIfAsan
     @skipIfEditlineSupportMissing
     @skipIfEditlineWideCharSupportMissing
     def test_completion_truncated(self):
         """Test that the completion is correctly truncated."""

``````````

</details>


https://github.com/llvm/llvm-project/pull/116456


More information about the lldb-commits mailing list