We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057a9e9 commit ba0be34Copy full SHA for ba0be34
tests/Assert/URITest.php
@@ -110,6 +110,8 @@ public static function provideURN(): array
110
{
111
return [
112
'urn' => [true, 'urn:x-simplesamlphp:phpunit'],
113
+ 'newline_prefix' => [false, "\nurn:x-simplesamlphp:phpunit"],
114
+ 'newline_suffix' => [false, "urn:x-simplesamlphp:phpunit\n"],
115
'url' => [false, 'https://www.simplesamlphp.org'],
116
'same-doc' => [false, '#_53d830ab1be17291a546c95c7f1cdf8d3d23c959e6'],
117
'invalid_char' => [false, 'https://a⒈com'],
0 commit comments