You are here

public function MetatagStringTest::testSingleQuote in Metatag 8

Tests that a meta tag with single quote is not double escaped.

File

tests/src/Functional/MetatagStringTest.php, line 86

Class

MetatagStringTest
Ensures that the Metatag field works correctly.

Namespace

Drupal\Tests\metatag\Functional

Code

public function testSingleQuote() {
  $this
    ->checkString("bla'bleblu");
}