commit | b376647bb1dfa856613ef17945a4c97b0bcc2e56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 15 13:49:21 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 15 13:49:21 2013 +0200 |
tree | 93272b46c7d134a50a186c4527dda3a08e7a60e8 | |
parent | 332ac0621c568a6ac88dc91e57b60c68b1c83b9d [diff] [blame] |
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}}