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:
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
You can’t perform that action at this time.
0 commit comments