@@ -58,7 +58,7 @@ test('iterates allOfs', function(assert) {
5858 }
5959 ]
6060 } ;
61-
61+
6262 assert . deepEqual ( result , expected , 'iterated allOfs' ) ;
6363} ) ;
6464
@@ -124,7 +124,7 @@ test('iterates anyOfs', function(assert) {
124124 }
125125 ]
126126 } ;
127-
127+
128128 assert . deepEqual ( result , expected , 'anyOfs iterated' ) ;
129129} ) ;
130130
@@ -190,7 +190,7 @@ test('iterates oneOfs', function(assert) {
190190 }
191191 ]
192192 } ;
193-
193+
194194 assert . deepEqual ( result , expected , 'oneOfs iterated' ) ;
195195} ) ;
196196
@@ -208,7 +208,7 @@ test('converts types in not', function(assert) {
208208 not : {
209209 type : 'string' ,
210210 format : 'password' ,
211- minLength : 8
211+ minLength : 8
212212 }
213213 }
214214 } ;
@@ -222,11 +222,11 @@ test('converts types in not', function(assert) {
222222 not : {
223223 type : 'string' ,
224224 format : 'password' ,
225- minLength : 8
225+ minLength : 8
226226 }
227227 }
228228 } ;
229-
229+
230230 assert . deepEqual ( result , expected , 'not handled' ) ;
231231} ) ;
232232
@@ -242,7 +242,7 @@ test('converts types in not', function(assert) {
242242 not : {
243243 type : 'string' ,
244244 format : 'password' ,
245- minLength : 8
245+ minLength : 8
246246 }
247247 } ;
248248
@@ -253,10 +253,10 @@ test('converts types in not', function(assert) {
253253 not : {
254254 type : 'string' ,
255255 format : 'password' ,
256- minLength : 8
256+ minLength : 8
257257 }
258258 } ;
259-
259+
260260 assert . deepEqual ( result , expected , 'not handled' ) ;
261261} ) ;
262262
@@ -349,6 +349,6 @@ test('nested combination keywords', function(assert) {
349349 }
350350 ]
351351 } ;
352-
352+
353353 assert . deepEqual ( result , expected , 'nested combination keywords' ) ;
354354} ) ;
0 commit comments