Skip to content

Commit 2a584aa

Browse files
committed
Add test-cases for AnyURI
1 parent 6f25d90 commit 2a584aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/XMLSchema/Type/AnyURIValueTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ public function testEquals(): void
5858
public static function provideValidURI(): array
5959
{
6060
return [
61+
'preceding newline' => [true, "\nhttps://sts.windows.net/{tenantid}/"],
6162
'trailing newline' => [true, "https://sts.windows.net/{tenantid}/\n"],
63+
'both side whitespace' => [true, "\t https://sts.windows.net/{tenantid}/\n "],
6264
];
6365
}
6466
}

0 commit comments

Comments
 (0)