Skip to content

Commit a20d3b8

Browse files
committed
Add more test-engine string constants.
Needed for fixing: racket/htdp#245
1 parent 3772301 commit a20d3b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

string-constants-lib/string-constants/private/english-string-constants.rkt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,6 +1887,14 @@ please adhere to these guidelines:
18871887

18881888
; The ~F is special marker for the offending values, which may be
18891889
; printed specially in DrRacket.
1890+
(test-engine-check-range-encountered-error
1891+
"check-range encountered the following error instead of a value in [~F, ~F]. ~n :: ~a")
1892+
(test-engine-check-member-of-encountered-error
1893+
"check-member-of encountered the following error instead of a value in ~L.~n :: ~a")
1894+
; obsolete version of this
1895+
(test-engine-check-*-encountered-error
1896+
"~a encountered the following error instead of the expected value, ~F. ~n :: ~a")
1897+
; deprecated:
18901898
(test-engine-check-encountered-error
18911899
"check-expect encountered the following error instead of the expected value, ~F. ~n :: ~a")
18921900
(test-engine-check-error-cause

0 commit comments

Comments
 (0)