Open shhyou opened 11 months ago
This is a minor interface issue. The test engine messages are different when the test submodule is not ran by DrRacket.
#lang htdp/isl+ (check-expect 1 1) ;; (+ "world")
test
(+ "world")
0 tests passed.
Menu-based teaching languages are not affected by the submodule option.
This is a minor interface issue. The test engine messages are different when the test submodule is not ran by DrRacket.
lang-based language:
test
"(+ "world")
and run the code again. This time the output changes to0 tests passed.
.Menu-based teaching languages are not affected by the submodule option.