annotate src/testdir/test90.ok @ 6565:38add5a3d617 v7.4.609

updated for version 7.4.609 Problem: For complicated list and dict use the garbage collector can run out of stack space. Solution: Use a stack of dicts and lists to be marked, thus making it iterative instead of recursive. (Ben Fritz)
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 12:55:18 +0100
parents 80ffecafc8f9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4128
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 start:
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2 test for empty string: ok
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3 test for 1 char: ok
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 test for 3 chars: ok
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
5 test for contains meta char: ok
80ffecafc8f9 Add test files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6 test for contains non-ascii char: ok