You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we run test that has Matcher in its module name ($0) and Set in its
test group ($(NF -1)). NF stands for Number of Fields, i.e. $NF is the last
field in the test table.
Add a -l in before the last double quotation mark to list the tests without running them.