test for current-print
This commit is contained in:
parent
0ea0b05206
commit
13299c0bb0
|
@ -146,14 +146,13 @@
|
||||||
(provide-stub-function
|
(provide-stub-function
|
||||||
|
|
||||||
current-output-port
|
current-output-port
|
||||||
|
current-print
|
||||||
write
|
write
|
||||||
display
|
display
|
||||||
newline
|
newline
|
||||||
|
displayln
|
||||||
|
|
||||||
;; displayln
|
|
||||||
|
|
||||||
;; current-print
|
|
||||||
;; current-continuation-marks
|
;; current-continuation-marks
|
||||||
|
|
||||||
;; continuation-mark-set?
|
;; continuation-mark-set?
|
||||||
|
|
|
@ -634,7 +634,8 @@ EOF
|
||||||
"The number is 42")
|
"The number is 42")
|
||||||
|
|
||||||
|
|
||||||
|
(test '((current-print) 32)
|
||||||
|
"32\n")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user