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
Why? Because that way multiple clauses can be returned cleanly (one of the projects returns two clauses by comma-separating them), and we don't have to do an undef check in the calling routines.
Add a test case for Project and each subclass.
The text was updated successfully, but these errors were encountered:
Why? Because that way multiple clauses can be returned cleanly (one of the projects returns two clauses by comma-separating them), and we don't have to do an
undef
check in the calling routines.Add a test case for
Project
and each subclass.The text was updated successfully, but these errors were encountered: