From cf734e7f8af605176d0c1655f5142207df329cff Mon Sep 17 00:00:00 2001 From: Peter Tseng Date: Thu, 11 Jan 2018 02:53:14 -0800 Subject: [PATCH] rna-transcription: no-op declare compliance with problem-specifications 1.1.0 remove tests of invalid input https://github.com/exercism/problem-specifications/pull/1027 https://github.com/exercism/problem-specifications/pull/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. --- .../rna-transcription/source/rnatranscription/RNATest.ceylon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercises/rna-transcription/source/rnatranscription/RNATest.ceylon b/exercises/rna-transcription/source/rnatranscription/RNATest.ceylon index 13d3a83..e06dd8a 100644 --- a/exercises/rna-transcription/source/rnatranscription/RNATest.ceylon +++ b/exercises/rna-transcription/source/rnatranscription/RNATest.ceylon @@ -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 ["", ""],