only in patch2: unchanged: --- a/core/modules/block/src/Tests/Views/DisplayBlockTest.php +++ b/core/modules/block/src/Tests/Views/DisplayBlockTest.php @@ -288,8 +288,8 @@ public function testBlockContextualLinks() { $response = $this->drupalPostWithFormat('contextual/render', 'json', $post, array('query' => array('destination' => 'test-page'))); $this->assertResponse(200); $json = Json::decode($response); - $this->assertIdentical($json[$id], '
'); - $this->assertIdentical($json[$cached_id], ''); + $this->assertIdentical($json[$id], ''); + $this->assertIdentical($json[$cached_id], ''); } }