From 96a129339832a59de3a6fe304d19ed3d16006ada Mon Sep 17 00:00:00 2001 From: wolf99 Date: Sat, 19 Oct 2019 12:55:44 +0100 Subject: [PATCH 1/2] Change order in append test case description --- exercises/list-ops/canonical-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/list-ops/canonical-data.json b/exercises/list-ops/canonical-data.json index bd59f53a18..397a3fade2 100644 --- a/exercises/list-ops/canonical-data.json +++ b/exercises/list-ops/canonical-data.json @@ -20,7 +20,7 @@ "expected": [] }, { - "description": "empty list to list", + "description": "list to empty list", "property": "append", "input": { "list1": [], From 6032eedd18c865ed3e0ef2d78666b4334c4500d4 Mon Sep 17 00:00:00 2001 From: wolf99 Date: Sat, 19 Oct 2019 13:10:01 +0100 Subject: [PATCH 2/2] Bump patch number --- exercises/list-ops/canonical-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/list-ops/canonical-data.json b/exercises/list-ops/canonical-data.json index 397a3fade2..96b5f11ebb 100644 --- a/exercises/list-ops/canonical-data.json +++ b/exercises/list-ops/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "list-ops", - "version": "2.4.0", + "version": "2.4.1", "comments": [ "Though there are no specifications here for dealing with large lists,", "implementers may add tests for handling large lists to ensure that the",