Skip to content

Commit 95589d6

Browse files
authored
forth: update canonical reference version (#1850)
Changes made in 1.7.1 were superficial, so just updating the reference for consistency's sake.
1 parent bc57d68 commit 95589d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/forth/forth_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from forth import evaluate, StackUnderflowError
44

55

6-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.7.0
6+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.7.1
77

88
class ForthUtilities(unittest.TestCase):
99
# Utility functions

0 commit comments

Comments
 (0)