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
This would allow full regular expressions in the stdout/stderr blocks. As long as the string can also be printed when things go wrong. This will also allow the use of negative look-ahead (i.e. things like (?!<stuff>) to allow us to make sure text is not present.