[node:summary] token's value get trimmed incorrectly
Compare changes
@@ -8,6 +8,7 @@
@@ -8,6 +8,7 @@
@@ -131,25 +132,99 @@ public function testNodeTokenReplacement() {
@@ -131,25 +132,99 @@ public function testNodeTokenReplacement() {
$this->assertNotContains(0, array_map('strlen', $tests), 'No empty tokens generated for node without a summary.');
$output = $this->tokenService->replace($input, ['node' => $node], ['language' => $this->interfaceLanguage]);