We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f25d90 commit 2a584aaCopy full SHA for 2a584aa
tests/XMLSchema/Type/AnyURIValueTest.php
@@ -58,7 +58,9 @@ public function testEquals(): void
58
public static function provideValidURI(): array
59
{
60
return [
61
+ 'preceding newline' => [true, "\nhttps://sts.windows.net/{tenantid}/"],
62
'trailing newline' => [true, "https://sts.windows.net/{tenantid}/\n"],
63
+ 'both side whitespace' => [true, "\t https://sts.windows.net/{tenantid}/\n "],
64
];
65
}
66
0 commit comments