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
% if haskell-mustache nonsense.template imaginary.yaml; then echo "success"; else echo "failure"; fi
"nonsense.template" (line 1, column 1):
Template file 'nonsense.template' not found
success
what happens
The example above prints success. Overall, there is no way to programmatically detect that there was an error.
what should happen
The example above should print failure.
The text was updated successfully, but these errors were encountered:
see for yourself
what happens
The example above prints
success
. Overall, there is no way to programmatically detect that there was an error.what should happen
The example above should print
failure
.The text was updated successfully, but these errors were encountered: