Skip to content

Commit ad8f8c9

Browse files
committed
[simple-linked-list] Add missing initialValues field
Templating languages that distinguish between undefined and empty list will crash out on this missing field, or force the template author to handle the field's absence explicitly.
1 parent 884384d commit ad8f8c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

exercises/simple-linked-list/canonical-data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
"description": "Can push to an empty list",
177177
"property": "list",
178178
"input": {
179+
"initialValues": [],
179180
"operations": [
180181
{
181182
"operation": "push",

0 commit comments

Comments
 (0)