...
Match mode | Condition Status | Explanation |
|---|---|---|
Loose | Successful | Both lines exist in the source. |
Sequential | Successful | The lines appear in the correct order. |
Strict | Failed | The description Uplink line appears between them. |
Loose Mode
Loose mode verifies that all input lines exist somewhere in the source. The order is ignored. Additional content between matching lines is irrelevant.
...
Result: Condition successful
The two input lines appear in the source in the correct order. The "description Uplink" line between them is ignored.
...