Skip to content

Commit 25511ff

Browse files
committed
Sync invalidators
1 parent 0636224 commit 25511ff

4 files changed

Lines changed: 28 additions & 0 deletions

File tree

exercises/practice/anagram/.meta/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
],
1515
"example": [
1616
".meta/proof.ci.cob"
17+
],
18+
"invalidator": [
19+
"test.ps1",
20+
"test.sh",
21+
"bin/fetch-cobolcheck",
22+
"bin/fetch-cobolcheck.ps1",
23+
"config.properties"
1724
]
1825
},
1926
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",

exercises/practice/queen-attack/.meta/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
],
1212
"example": [
1313
".meta/proof.ci.cob"
14+
],
15+
"invalidator": [
16+
"test.ps1",
17+
"test.sh",
18+
"bin/fetch-cobolcheck",
19+
"bin/fetch-cobolcheck.ps1",
20+
"config.properties"
1421
]
1522
},
1623
"blurb": "Given the position of two queens on a chess board, indicate whether or not they are positioned so that they can attack each other.",

exercises/practice/scrabble-score/.meta/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
],
1212
"example": [
1313
".meta/proof.ci.cob"
14+
],
15+
"invalidator": [
16+
"test.ps1",
17+
"test.sh",
18+
"bin/fetch-cobolcheck",
19+
"bin/fetch-cobolcheck.ps1",
20+
"config.properties"
1421
]
1522
},
1623
"blurb": "Given a word, compute the Scrabble score for that word.",

exercises/practice/triangle/.meta/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
],
1212
"example": [
1313
".meta/proof.ci.cob"
14+
],
15+
"invalidator": [
16+
"test.ps1",
17+
"test.sh",
18+
"bin/fetch-cobolcheck",
19+
"bin/fetch-cobolcheck.ps1",
20+
"config.properties"
1421
]
1522
},
1623
"blurb": "Determine if a triangle is equilateral, isosceles, or scalene.",

0 commit comments

Comments
 (0)