File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*!
2
+ * Copyright 2024 Digital Bazaar, Inc.
3
+ * SPDX-License-Identifier: BSD-3-Clause
4
+ */
5
+
6
+ describe ( 'Conformance' , function ( ) {
7
+ beforeEach ( function ( ) {
8
+
9
+ } ) ;
10
+ it ( 'Specifically, all relevant normative statements in Sections 2. Data ' +
11
+ 'Model and 3. Algorithms of this document MUST be enforced.' , function ( ) {
12
+ this . test . link = 'https://w3c.github.io/vc-di-ecdsa/#:~:text=Specifically%2C%20all%20relevant%20normative%20statements%20in%20Sections%202.%20Data%20Model%20and%203.%20Algorithms%20of%20this%20document%20MUST%20be%20enforced.' ;
13
+ } ) ;
14
+ it ( 'Conforming processors MUST produce errors when non-conforming ' +
15
+ 'documents are consumed.' , function ( ) {
16
+ this . test . link = 'https://w3c.github.io/vc-di-ecdsa/#:~:text=Conforming%20processors%20MUST%20produce%20errors%20when%20non%2Dconforming%20documents%20are%20consumed.' ;
17
+ } ) ;
18
+ } ) ;
You can’t perform that action at this time.
0 commit comments