MEVALP1_TR: only return what MEVALP2 does if it's boolean
We only want to return what MEVALP2 does if it's a boolean value;
otherwise we want to return the input PAT.
In particular, we really want to avoid returning the internal symbol
UNKNOWN which can come from ISP, via MEVALP2.
This also makes MEVALP_TR and MEVALP1_TR behave a bit more like MEVALP
and MEVALP1.
Currently users cannot see this UNKNOWN value since MEVALP_TR checks
the return value of MEVALP1_TR and would either signal an error or
return $UNKNOWN (depending on prederror). However, an upcoming commit
will be changing what MEVALP_TR returns, so let's go ahead and add this
protection.
No problems with the test suite, share test suite or rtest_translator.