File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 9090 },
9191 "expected" : {"error" : " left strand must not be empty" }
9292 },
93+ {
94+ "uuid" : " db92e77e-7c72-499d-8fe6-9354d2bfd504" ,
95+ "description" : " disallow left empty strand" ,
96+ "comments" : [" Normalises error messages" ],
97+ "reimplements" : " 5dce058b-28d4-4ca7-aa64-adfe4e17784c" ,
98+ "property" : " distance" ,
99+ "input" : {
100+ "strand1" : " " ,
101+ "strand2" : " G"
102+ },
103+ "expected" : {"error" : " left and right strands must be of equal length" }
104+ },
93105 {
94106 "uuid" : " 38826d4b-16fb-4639-ac3e-ba027dec8b5f" ,
95107 "description" : " disallow right empty strand" ,
99111 "strand2" : " "
100112 },
101113 "expected" : {"error" : " right strand must not be empty" }
114+ },
115+ {
116+ "uuid" : " 920cd6e3-18f4-4143-b6b8-74270bb8f8a3" ,
117+ "description" : " disallow right empty strand" ,
118+ "comments" : [" Normalises error messages" ],
119+ "reimplements" : " 38826d4b-16fb-4639-ac3e-ba027dec8b5f" ,
120+ "property" : " distance" ,
121+ "input" : {
122+ "strand1" : " G" ,
123+ "strand2" : " "
124+ },
125+ "expected" : {"error" : " left and right strands must be of equal length" }
102126 }
103127 ]
104128}
You can’t perform that action at this time.
0 commit comments