public class RunTestScript
extends java.lang.Object
implements java.lang.Runnable
(define xx (* 2 10)) (format #t "xx=~s~%" xx) ;; Output: xx=20
The following assumes Scheme, with a line-comment ";;",
start-block-comment "#|" and end-block-comment "|#".
;;Output: line;;Output-pattern: pattern#|Output:|#, are expected literally in the output stream.;;Diagnostic: line;;Diagnostic-pattern: pattern#|Diagnostic:|#, are expected literally in the error stream.| Constructor and Description |
|---|
RunTestScript(java.lang.String filename) |
RunTestScript(java.lang.String filename,
Language language) |
public RunTestScript(java.lang.String filename,
Language language)
public RunTestScript(java.lang.String filename)