[Lldb-commits] [lldb] [lldb] Improve completion tests (PR #65973)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 11 10:25:14 PDT 2023


================
@@ -2254,21 +2251,18 @@ def complete_from_to(self, str_input, patterns, turn_off_re_match=False):
                 for idx in range(1, num_matches + 1):
                     compare_string += match_strings.GetStringAtIndex(idx) + "\n"
 
+        # If the singular pattern is the same as the input, assume that we
----------------
DavidSpickett wrote:

Yes, done.

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


More information about the lldb-commits mailing list