tests for nested multi-ellipsis sequence
svn: r3278
This commit is contained in:
parent
b773eeb6c2
commit
3489cca5c4
|
@ -94,6 +94,16 @@
|
||||||
(syntax-object->datum
|
(syntax-object->datum
|
||||||
(syntax-case '((1) (2 3)) () [((a ...) ...) #'(#(a ...) ...)])))
|
(syntax-case '((1) (2 3)) () [((a ...) ...) #'(#(a ...) ...)])))
|
||||||
|
|
||||||
|
(test '(1 2 3 6 8 9 0 1 2 3)
|
||||||
|
syntax-object->datum
|
||||||
|
(syntax-case '(((1) (2 3)) ((6)) ((8 9 0) (1 2 3))) () [(((a ...) ...) ...) #'(a ... ... ...)]))
|
||||||
|
(test '((1 2 3) (6) (8 9 0 1 2 3))
|
||||||
|
syntax-object->datum
|
||||||
|
(syntax-case '(((1) (2 3)) ((6)) ((8 9 0) (1 2 3))) () [(((a ...) ...) ...) #'((a ... ...) ...)]))
|
||||||
|
(test '((1) (2 3) (6) (8 9 0) (1 2 3))
|
||||||
|
syntax-object->datum
|
||||||
|
(syntax-case '(((1) (2 3)) ((6)) ((8 9 0) (1 2 3))) () [(((a ...) ...) ...) #'((a ...) ... ...)]))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Test basic expansion and property propagation
|
;; Test basic expansion and property propagation
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user