File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
string-constants-lib/string-constants/private Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1887,6 +1887,14 @@ please adhere to these guidelines:
1887
1887
1888
1888
; The ~F is special marker for the offending values, which may be
1889
1889
; 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:
1890
1898
(test-engine-check-encountered-error
1891
1899
"check-expect encountered the following error instead of the expected value, ~F. ~n :: ~a " )
1892
1900
(test-engine-check-error-cause
You can’t perform that action at this time.
0 commit comments