another test added
This commit is contained in:
parent
37272e135b
commit
2777b193ff
1
tests/more-tests/weird-cc.expected
Normal file
1
tests/more-tests/weird-cc.expected
Normal file
|
@ -0,0 +1 @@
|
|||
11213
|
5
tests/more-tests/weird-cc.rkt
Normal file
5
tests/more-tests/weird-cc.rkt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#lang planet dyoo/whalesong
|
||||
(define program (lambda () (let ((y (call/cc (lambda (c) c)))) (display 1) (call/cc (lambda (c) (y c))) (display 2) (call/cc (lambda (c) (y c))) (display 3))))
|
||||
|
||||
(program)
|
||||
(newline)
|
|
@ -27,3 +27,4 @@
|
|||
(test "more-tests/conform.rkt")
|
||||
(test "more-tests/earley.rkt")
|
||||
(test "more-tests/view.rkt")
|
||||
(test "more-tests/weird-cc.rkt")
|
||||
|
|
Loading…
Reference in New Issue
Block a user