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 af70be8 commit 8d5f591Copy full SHA for 8d5f591
tests/XML/Assert/NameTest.php
@@ -42,6 +42,7 @@ public static function provideValidName(): array
42
return [
43
'valid' => [true, 'Snoopy'],
44
'diacritical' => [true, 'fööbár'],
45
+ 'urn' => [true, 'urn:myAttributeName'],
46
'start with colon' => [true, ':CMS'],
47
'start with dash' => [true, '-1950-10-04'],
48
];
0 commit comments