Skip to content

Commit b023ebf

Browse files
committed
Add test to assert that a urn passes the syntax-check for xs:Name
1 parent 807eea8 commit b023ebf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/XMLSchema/Type/NameValueTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public static function provideValidName(): array
4848
return [
4949
'whitespace collapse' => [true, "foobar\n"],
5050
'normalization' => [true, ' foobar '],
51+
'urn' => [true, 'urn:oid:2.5.4.4'],
5152
];
5253
}
5354

0 commit comments

Comments
 (0)