adding to the test suite
This commit is contained in:
parent
6a8f0c04af
commit
f15e01fb7f
2
tests/more-tests/cont-marks-1.expected
Normal file
2
tests/more-tests/cont-marks-1.expected
Normal file
|
@ -0,0 +1,2 @@
|
|||
()
|
||||
(3628800)
|
|
@ -16,6 +16,7 @@
|
|||
(test "more-tests/sharing.rkt")
|
||||
(test "more-tests/printing.rkt")
|
||||
(test "more-tests/simple-functions.rkt")
|
||||
(test "more-tests/cont-marks-1.rkt")
|
||||
(test "more-tests/map.rkt")
|
||||
(test "more-tests/quasi.rkt")
|
||||
(test "more-tests/sk-generator.rkt")
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
(provide version)
|
||||
(: version String)
|
||||
|
||||
(define version "1.130")
|
||||
(define version "1.132")
|
||||
|
|
Loading…
Reference in New Issue
Block a user