unittests: Add tests for dictionary indexing

This commit is contained in:
ZyX
2017-03-12 21:58:57 +03:00
parent b222453c95
commit bc87d23c28
4 changed files with 263 additions and 44 deletions

View File

@@ -30,7 +30,7 @@ Error: configure did not run properly.Check auto/config.log.
#include "nvim/os/os_defs.h" /* bring lots of system header files */
/// length of a buffer to store a number in ASCII (64 bits binary + NUL)
#define NUMBUFLEN 65
enum { NUMBUFLEN = 65 };
// flags for vim_str2nr()
#define STR2NR_BIN 1