Skip to content

Commit b16d4f9

Browse files
Merge pull request #771 from petertseng/rfc-no-test
rail-fence-cipher 1.0.1: Remove "test to" from all descriptions
2 parents 28d43c6 + c01f9ca commit b16d4f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

exercises/rail-fence-cipher/canonical-data.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"exercise": "rail-fence-cipher",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"comments": [
55
"The tests do not expect any normalization or cleaning.",
66
"That trade is tested in enough other exercises."
@@ -10,21 +10,21 @@
1010
"description": "encode",
1111
"cases": [
1212
{
13-
"description": "test to encode with two rails",
13+
"description": "encode with two rails",
1414
"property": "encode",
1515
"msg": "XOXOXOXOXOXOXOXOXO",
1616
"rails": 2,
1717
"expected": "XXXXXXXXXOOOOOOOOO"
1818
},
1919
{
20-
"description": "test to encode with three rails",
20+
"description": "encode with three rails",
2121
"property": "encode",
2222
"msg": "WEAREDISCOVEREDFLEEATONCE",
2323
"rails": 3,
2424
"expected": "WECRLTEERDSOEEFEAOCAIVDEN"
2525
},
2626
{
27-
"description": "test to encode with ending in the middle",
27+
"description": "encode with ending in the middle",
2828
"property": "encode",
2929
"msg": "EXERCISES",
3030
"rails": 4,
@@ -36,21 +36,21 @@
3636
"description": "decode",
3737
"cases": [
3838
{
39-
"description": "test to decode with three rails",
39+
"description": "decode with three rails",
4040
"property": "decode",
4141
"msg": "TEITELHDVLSNHDTISEIIEA",
4242
"rails": 3,
4343
"expected": "THEDEVILISINTHEDETAILS"
4444
},
4545
{
46-
"description": "test to decode with five rails",
46+
"description": "decode with five rails",
4747
"property": "decode",
4848
"msg": "EIEXMSMESAORIWSCE",
4949
"rails": 5,
5050
"expected": "EXERCISMISAWESOME"
5151
},
5252
{
53-
"description": "test to decode with six rails",
53+
"description": "decode with six rails",
5454
"property": "decode",
5555
"msg": "133714114238148966225439541018335470986172518171757571896261",
5656
"rails": 6,

0 commit comments

Comments
 (0)