Add a failing test for Maps with pointer values

Because Map is implemented with a deep copy using "encoding/gob", we
lose pointer values during copy.  This originally manifested as a
problem with Maps whose values were Lists.  This failing test case
captures the problem too.

Next stop: a real persistent map implementation
1 file changed
tree: d414ba0fff14d0c82d4383aea7cd78eee381d690
  1. list.go
  2. list_test.go
  3. map.go
  4. map_test.go