Skip to content

Commit

Permalink
rna-transcription: no-op declare compliance with problem-specificatio…
Browse files Browse the repository at this point in the history
…ns 1.1.0

remove tests of invalid input

exercism/problem-specifications#1027
exercism/problem-specifications#1028

Note for the future: This commit makes the decision to keep the invalid input.
This decision is made arbitrarily, so there should be no hesitation
about reversing in the future if that is appropriate. It's merely a
desire to showcase Error. Even though that was already done in Hamming
and will be done in largest-series-product.
  • Loading branch information
petertseng committed Jan 11, 2018
1 parent 70b47b1 commit cf734e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import ceylon.test { ... }

// Tests adapted from problem-specifications version 1.0.1
// Tests adapted from problem-specifications version 1.1.0
// The Ceylon track keeps the Error cases from 1.0.1 (removed in 1.1.0)
{[String, String|Null]*} cases => {
// empty strand
["", ""],
Expand Down

0 comments on commit cf734e7

Please sign in to comment.