adding the isolating bug into the test suite.
This commit is contained in:
parent
804bd5e80a
commit
ea578d6ff4
|
@ -409,7 +409,7 @@
|
|||
|
||||
if (baselib.functions.isProcedure(x)) {
|
||||
node = document.createElement("span");
|
||||
node.appendChild(document.createTextNode('#<procedure: ' + x.displayName + '>'));
|
||||
node.appendChild(document.createTextNode('#<procedure:' + x.displayName + '>'));
|
||||
$(node).addClass("procedure");
|
||||
return node;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,27 @@
|
|||
#<struct-type:swf>
|
||||
#<procedure:make-swf>
|
||||
#<procedure:swf?>
|
||||
#<procedure:swf-f>
|
||||
#<procedure:set-swf-f!>
|
||||
in the result of call-with-values
|
||||
(#<struct-type:swf> #<procedure:make-swf> #<procedure:swf?> #<procedure:swf-f> #<procedure:set-swf-f!>)
|
||||
---
|
||||
#<struct-type:swf>
|
||||
#<procedure:make-swf>
|
||||
#<procedure:swf?>
|
||||
#<procedure:swf-f>
|
||||
#<procedure:set-swf-f!>
|
||||
***
|
||||
#<struct-type:swf2>
|
||||
#<procedure:make-swf2>
|
||||
#<procedure:swf2?>
|
||||
#<procedure:swf2-f>
|
||||
#<procedure:set-swf2-f!>
|
||||
in the result of call-with-values
|
||||
(#<struct-type:swf2> #<procedure:make-swf2> #<procedure:swf2?> #<procedure:swf2-f> #<procedure:set-swf2-f!>)
|
||||
---
|
||||
#<struct-type:swf2>
|
||||
#<procedure:make-swf2>
|
||||
#<procedure:swf2?>
|
||||
#<procedure:swf2-f>
|
||||
#<procedure:set-swf2-f!>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
(test "more-tests/images.rkt")
|
||||
(test "more-tests/lists.rkt")
|
||||
(test "more-tests/simple-apply.rkt")
|
||||
(test "more-tests/isolating-bug.rkt")
|
||||
(test "more-tests/hello-bf.rkt")
|
||||
(test "more-tests/conform.rkt")
|
||||
(test "more-tests/earley.rkt")
|
||||
|
|
Loading…
Reference in New Issue
Block a user