parse($md); $result = $expected_mu === $actual_mu ? 'pass' : 'fail'; $md = htmlentities($md, ENT_NOQUOTES); $expected_mu = htmlentities($expected_mu, ENT_NOQUOTES); $actual_mu = htmlentities($actual_mu, ENT_NOQUOTES); $name = str_replace('_', ' ', $test); $name = ucwords($name);