Skip to content

Commit

Permalink
add TODO for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 13, 2024
1 parent 5ae10f7 commit 807f7d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/core.scm
Original file line number Diff line number Diff line change
Expand Up @@ -506,3 +506,12 @@
'("foo" "bar" "baz"))
(t.is (split #/(:)/ "foo:bar:baz")
'("foo" ":" "bar" ":" "baz"))))

;; TODO
;; begin*
;; set-obj! throws with null or boolean
;; set-obj! to delete the value (2 arguments)
;; null-environment
;; current-environment inside let
;; eval that throw error
;; syntax-rules throws identifier non symbol
6 changes: 6 additions & 0 deletions tests/parametrize.scm
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@
(begin (try-again! "in a boat")
(location))))
'("on a train" "in a boat"))))


;; TODO
;; throw error when parameterize got no pair
;; get more than one parameter
;; use parameterze with invalid parameter

0 comments on commit 807f7d1

Please sign in to comment.