blade(''); preg_match('/anchor-name: (--material-tooltip-[a-z0-9]+)/', $html, $anchor); expect($anchor)->not->toBeEmpty() ->and($html) ->toMatch('/\s*')); expect($root)->toMatchArray(['<' => 'span', 'data-md-tooltip-anchor' => '', 'class' => 'inline-flex']) ->and($root['style'])->toStartWith('anchor-name: --material-tooltip-')->toEndWith('; gap: 4px;'); }); it('escapes its text', function () { $this->blade('x') ->assertSee('<b>bold</b>', false); });