@@ -36,12 +36,12 @@ test("expands allOf full covers", async () => {
3636 message : "The new version has a different 'allOf' property than the previous one." ,
3737 old : {
3838 ref : `${ oldFilePath } #/paths/~1api~1Parameters/put/parameters/0/schema` ,
39- path : "paths. /api/Parameters.put.parameters[0].schema" ,
39+ path : "paths[' /api/Parameters'] .put.parameters[0].schema" ,
4040 location : `${ oldFilePath } :22:13`
4141 } ,
4242 new : {
4343 ref : `${ newFilePath } #/paths/~1api~1Parameters/put/parameters/0/schema` ,
44- path : "paths. /api/Parameters.put.parameters[0].schema" ,
44+ path : "paths[' /api/Parameters'] .put.parameters[0].schema" ,
4545 location : `${ newFilePath } :22:13`
4646 } ,
4747 type : "Error" ,
@@ -109,12 +109,12 @@ test("expands allOf full covers", async () => {
109109 "The new version lists new non-read-only properties as required: 'a'. These properties were not listed as required in the old version." ,
110110 old : {
111111 ref : `${ oldFilePath } #/paths/~1api~1Parameters/put/parameters/0/schema` ,
112- path : "paths. /api/Parameters.put.parameters[0].schema" ,
112+ path : "paths[' /api/Parameters'] .put.parameters[0].schema" ,
113113 location : `${ oldFilePath } :22:13`
114114 } ,
115115 new : {
116116 ref : `${ newFilePath } #/paths/~1api~1Parameters/put/parameters/0/schema` ,
117- path : "paths. /api/Parameters.put.parameters[0].schema" ,
117+ path : "paths[' /api/Parameters'] .put.parameters[0].schema" ,
118118 location : `${ newFilePath } :22:13`
119119 } ,
120120 type : "Error" ,
0 commit comments