|
|
@ -106,8 +106,8 @@ |
|
|
|
(starts-with '(1 2 3) '(4 5 6 7))) |
|
|
|
(starts-with '(1 2 3) '(4 5 6 7))) |
|
|
|
|
|
|
|
|
|
|
|
(assert-eq "starts-with test 5 failed" |
|
|
|
(assert-eq "starts-with test 5 failed" |
|
|
|
(string->list "d") |
|
|
|
(string->list "de") |
|
|
|
(starts-with (string->list "abc") (string->list "abcd"))) |
|
|
|
(starts-with (string->list "abc") (string->list "abcde"))) |
|
|
|
|
|
|
|
|
|
|
|
;=============== tokenize ====================== |
|
|
|
;=============== tokenize ====================== |
|
|
|
(define (tokenize-generic tokens next) (Y |
|
|
|
(define (tokenize-generic tokens next) (Y |
|
|
|