DEBSOURCES
Skip Quicknav
sources / php-nunomaduro-termwind / 2.3.2-1 / tests / paragraph.php
123456789
<?php use function Termwind\parse; it('renders the element', function () { $html = parse('<p>text</p>'); expect($html)->toBe("\ntext\n"); });