We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2bf73 commit 25a0978Copy full SHA for 25a0978
lldb/packages/Python/lldbsuite/test/lldbtest.py
@@ -2356,8 +2356,9 @@ def expect(
2356
matches the patterns contained in 'patterns'.
2357
2358
When matching is true and ordered is true, which are both the default,
2359
- the strings in the substrs array have to appear in the command output
2360
- in the order in which they appear in the array.
+ the strings in the substrs array, and regex in the patterns array, have
+ to appear in the command output in the order in which they appear in
2361
+ their respective array.
2362
2363
If the keyword argument error is set to True, it signifies that the API
2364
client is expecting the command to fail. In this case, the error stream
0 commit comments