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 e89ac80 commit 7bc57aaCopy full SHA for 7bc57aa
1 file changed
src/test/java/com/apicatalog/did/DidTest.java
@@ -96,6 +96,21 @@ static Stream<String[]> validVectors() {
96
"web",
97
"method:specific:identifier"
98
},
99
+ {
100
+ "did:tdw:example.com:dids:12345",
101
+ "tdw",
102
+ "example.com:dids:12345"
103
+ },
104
105
+ "did:tdw:12345.example.com",
106
107
+ "12345.example.com",
108
109
110
+ "did:tdw:example.com_12345",
111
112
+ "example.com_12345"
113
+ }
114
});
115
}
116
0 commit comments