Skip to content

Commit

Permalink
more TODO for the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 13, 2024
1 parent 94ce71b commit 3d0f5f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 16 additions & 1 deletion tests/core.scm
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,19 @@
;; null-environment
;; current-environment inside let
;; eval that throw error
;; syntax-rules throws identifier non symbol
;; syntax-rules: throws identifier non symbol
;; evaluate: number, invoke string, env === true
;; map with native function (map parseInt '("10" "20" "30"))
;; type on interator and async interator and (type (self.eval "new function() {}"))

Check failure on line 520 in tests/core.scm

View workflow job for this annotation

GitHub Actions / Check for spelling errors

interator ==> iterator

Check failure on line 520 in tests/core.scm

View workflow job for this annotation

GitHub Actions / Check for spelling errors

interator ==> iterator
;; toString/repr: jQuery, function, global, null, (Object.create null), LNumber
;; define-class with toString method
;; set-repr! with non function
;; new: JavaScript class, lambda with name
;; iterator as object literal and class
;; async iterator as object literal and class
;; parseInt, define-class function with name and without
;; javascript, custom function with name and without
;; std function and anonymous lambda
;; function with toString
;; user repr
;; Pair::flatten
1 change: 1 addition & 0 deletions tests/parametrize.scm
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@
;; throw error when parameterize got no pair
;; get more than one parameter
;; use parameterze with invalid parameter
;; make-parameter throws with non function

0 comments on commit 3d0f5f5

Please sign in to comment.