Skip to content

Commit 8d5f591

Browse files
committed
Add test-case for urns in a xs:Name value
1 parent af70be8 commit 8d5f591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/XML/Assert/NameTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public static function provideValidName(): array
4242
return [
4343
'valid' => [true, 'Snoopy'],
4444
'diacritical' => [true, 'fööbár'],
45+
'urn' => [true, 'urn:myAttributeName'],
4546
'start with colon' => [true, ':CMS'],
4647
'start with dash' => [true, '-1950-10-04'],
4748
];

0 commit comments

Comments
 (0)