Hallo
'; $clean = sanitizer()->clean($dirty); expect($clean)->toContain('Hallo
'); expect($clean)->not->toContain(''; $html = (string) sanitizer()->render($plain); expect($html)->not->toContain(''; $html = (string) sanitizer()->render($stored); expect($html)->toContain('Hallo
'); expect($html)->not->toContain('', ]); $rendered = (string) $pr->renderedText(); expect($rendered)->toContain('Hallo
'); expect($rendered)->not->toContain('