nlfiedler / bakeneko

Scheme R7RS interpreter in Go
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Test chained (pair) append operations #21

Closed nlfiedler closed 10 years ago

nlfiedler commented 11 years ago

The pair_test.go file does some basic testing of Pair.Append() but does not currently test chaining the calls to Append(). The parser code does this already, but still a good idea to explicitly test the API.

nlfiedler commented 10 years ago

Already fixed some time ago.