summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Reach feature parity with SagittariusRobby Zambito2023-02-20
|
* Do not use and-let* in tests.Robby Zambito2023-02-18
| | | | | | There are issues with using it in R7RS mode in Gerbil. Add Guile test file
* Reach feature parity with GaucheRobby Zambito2023-02-17
|
* Add a test to make sure that specialize string to record raises an error ↵Robby Zambito2023-02-17
| | | | when it should
* Add lots of tests for new featuresRobby Zambito2023-02-17
|
* Fix Gauche implementation of json-object-ref to reflect string->symbol change.Robby Zambito2023-02-14
| | | | Add tests to catch this error.
* Use assoc symbols for keys instead of strings for objects.Robby Zambito2023-02-14
| | | | Update the test suite to be more compatible with SRFI 64.
* Add some testsRobby Zambito2023-02-13