masak / bel

An interpreter for Bel, Paul Graham's Lisp language
GNU General Public License v3.0
27 stars 1 forks source link

Add some more testing on tabrem #335

Closed masak closed 3 years ago

masak commented 3 years ago

Testing what happens when there are multiple keys in a table; all of the entries of the same key should be removed, not just the top one.

The tests pass.