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 7bc57aa commit 60ae7f3Copy full SHA for 60ae7f3
1 file changed
src/test/java/com/apicatalog/did/DidTest.java
@@ -125,7 +125,21 @@ static Stream<String> negativeVectors() {
125
"did:example:123?",
126
"did:example:123/",
127
null,
128
- ""
+ "",
129
+ "https://example.com",
130
+ "irc:example:channel",
131
+ "did:example.com:channel",
132
+ "did:example: ",
133
+ "did:example:",
134
+ "did:example",
135
+ "did:",
136
+ "did",
137
+ ":example:channel",
138
+ " :example:channel",
139
+ "did::channel",
140
+ "did: :channel",
141
+ " did:method:id",
142
+ "did:method:id ",
143
});
144
}
145
0 commit comments