Steps to replicate the issue (include links if applicable):
What happens?:
- The test shows as passed for all implementations.
- The test is in error in all cases.
What should have happened instead?:
All tests should show as failed.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
but they are all in error (argument type mismatch)
The error is correct, because the first element is a Day of the week rather than a Gregorian calendar month. It is indeed False that the element is in the list, but this is not a valid inference from the error. In fact, if the Day is prepended to the list of Months (making it True, though not valid), the tests all show as Failed for True but Passed for False (though still, rightly, in error).

