Skip to content

Commit 3652135

Browse files
committed
Add a comment in canonical-data.json for refactoring exercises mentioning these are refactoring exercises
1 parent f1ff9e6 commit 3652135

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

exercises/ledger/canonical-data.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"exercise": "ledger",
3+
"comments": [
4+
"Per the description, this is a refactoring exercise.",
5+
"The expectation is that the stub file has a poorly written but working implementation."
6+
],
37
"cases": [
48
{
59
"uuid": "d131ecae-a30e-436c-b8f3-858039a27234",

exercises/markdown/canonical-data.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"exercise": "markdown",
3-
"comments": ["Markdown is a shorthand for creating HTML from text strings."],
3+
"comments": [
4+
"Markdown is a shorthand for creating HTML from text strings.",
5+
"Per the description, this is a refactoring exercise.",
6+
"The expectation is that the stub file has a poorly written but working implementation."
7+
],
48
"cases": [
59
{
610
"uuid": "e75c8103-a6b8-45d9-84ad-e68520545f6e",

0 commit comments

Comments
 (0)