Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 13, 2024
1 parent b621b1b commit d1eee4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/core.scm
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
;; 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() {}"))
;; type on iterator and async iterator and (type (self.eval "new function() {}"))
;; toString/repr: jQuery, function, global, null, (Object.create null), LNumber
;; define-class with toString method
;; set-repr! with non function
Expand All @@ -530,3 +530,4 @@
;; function with toString
;; user repr
;; Pair::flatten
;; Test Parser Errors "(foo" "(foo))" "(foo) ("

0 comments on commit d1eee4d

Please sign in to comment.