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
public function testEntryWithImgNoImpliedPhoto() {
282
287
// See https://github.com/microformats/microformats2-parsing/issues/6#issuecomment-357286985
283
288
// and https://github.com/aaronpk/XRay/issues/52#issuecomment-357269683
@@ -295,5 +300,6 @@ public function testEntryWithImgNoImpliedPhoto() {
295
300
$this->assertEquals('This is a photo post with an img tag inside the content, which does not have a u-photo class so should not be removed.', $data->data->content->text);
296
301
$this->assertEquals('This is a photo post with an <code>img</code> tag inside the content, which does not have a u-photo class so should not be removed. <img src="http://target.example.com/photo.jpg" alt="a photo">', $data->data->content->html);
0 commit comments