updated for version 7.3.896
Problem:    Memory leaks in Lua interface.
Solution:   Fix the leaks, add tests. (Yukihiro Nakadaira)
diff --git a/src/testdir/test85.ok b/src/testdir/test85.ok
index f8d2d31..4753483 100644
--- a/src/testdir/test85.ok
+++ b/src/testdir/test85.ok
@@ -3,3 +3,5 @@
 2 line 2
 dictionary with list OK
 circular test OK
+[123.0, 'abc', [1, 2, 3], {'a': 1, 'b': 2, 'c': 3}]
+{'4': 123.0, '5': 'abc', '6': [1, 2, 3], '7': {'a': 1, 'b': 2, 'c': 3}}