@@ -30,26 +30,12 @@ test::
3030 want: 9
3131 uuid: cd2273a5-c576-46c8-a52b-dee251c3e6e5
3232
33- - name: Disallow first strand longer
34- code: distance("AATG" "AAA")
35- what: error
36- # want: left and right strands must be of equal length
37- want: strands must be of equal length
38- uuid: 919f8ef0-b767-4d1b-8516-6379d07fcb28
39-
4033- name: Disallow first strand longer
4134 code: distance("AATG" "AAA")
4235 what: error
4336 want: strands must be of equal length
4437 uuid: b9228bb1-465f-4141-b40f-1f99812de5a8
4538
46- - name: Disallow second strand longer
47- code: distance("ATA" "AGTG")
48- what: error
49- # want: left and right strands must be of equal length
50- want: strands must be of equal length
51- uuid: 8a2d4ed0-ead5-4fdd-924d-27c4cf56e60e
52-
5339- name: Disallow second strand longer
5440 code: distance("ATA" "AGTG")
5541 what: error
@@ -59,14 +45,6 @@ test::
5945- name: Disallow left empty strand
6046 code: distance("" "G")
6147 what: error
62- # want: left strand must not be empty
63- want: strands must be of equal length
64- uuid: 5dce058b-28d4-4ca7-aa64-adfe4e17784c
65-
66- - name: Disallow left empty strand
67- code: distance("" "G")
68- what: error
69- # want: left and right strands must be of equal length
7048 want: strands must be of equal length
7149 uuid: db92e77e-7c72-499d-8fe6-9354d2bfd504
7250
@@ -79,14 +57,6 @@ test::
7957- name: Disallow right empty strand
8058 code: distance("G" "")
8159 what: error
82- # want: right strand must not be empty
83- want: strands must be of equal length
84- uuid: 38826d4b-16fb-4639-ac3e-ba027dec8b5f
85-
86- - name: Disallow right empty strand
87- code: distance("G" "")
88- what: error
89- # want: left and right strands must be of equal length
9060 want: strands must be of equal length
9161 uuid: 920cd6e3-18f4-4143-b6b8-74270bb8f8a3
9262
9666 want: strands must be of equal length
9767 uuid: 9ab9262f-3521-4191-81f5-0ed184a5aa89
9868
99- done: 15
69+ done: 11
0 commit comments