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
The test.sh file checks the output of a raffler using:
if [[ "$winner"!=*"Reinier Kip"* ]];then
It would be nice if this was changed to e.g. a "StartsWith("Reinier Kip")" or even a regex of some sort, so that the rafflers can add some details (e.g. an explanation or addendum) to the winner.
The text was updated successfully, but these errors were encountered:
The
test.sh
file checks the output of a raffler using:It would be nice if this was changed to e.g. a "StartsWith("Reinier Kip")" or even a regex of some sort, so that the rafflers can add some details (e.g. an explanation or addendum) to the winner.
The text was updated successfully, but these errors were encountered: