@@ -149,7 +149,7 @@ public function test_metadata_tags_in_empty_markdown_post()
149149 '<meta property="og:url" content="http://localhost/posts/test.html"> ' ,
150150 '<meta property="og:type" content="article"> ' ,
151151 '<meta itemprop="identifier" content="test"> ' ,
152- '<meta itemprop="url" content="http://localhost/posts/test"> ' ,
152+ '<meta itemprop="url" content="http://localhost/posts/test.html "> ' ,
153153 ]));
154154
155155 $ this ->assertAllTagsWereCovered ('posts/test ' , $ assertions );
@@ -191,7 +191,7 @@ public function test_metadata_tags_in_markdown_post_with_flat_front_matter()
191191 '<meta property="og:article:published_time" content="2022-01-01T00:00:00+00:00"> ' ,
192192 '<meta property="og:image" content="../media/image.jpg"> ' ,
193193 '<meta itemprop="identifier" content="test"> ' ,
194- '<meta itemprop="url" content="http://localhost/posts/test"> ' ,
194+ '<meta itemprop="url" content="http://localhost/posts/test.html "> ' ,
195195 '<meta itemprop="url" content="../media/image.jpg"> ' ,
196196 '<meta itemprop="contentUrl" content="../media/image.jpg"> ' ,
197197 ]));
0 commit comments