Add some edit sequences to corpus tests

This commit is contained in:
Max Brunsfeld 2015-09-22 21:19:19 -07:00
parent d032114d7a
commit 90862dd18f
3 changed files with 27 additions and 9 deletions

View file

@ -3,6 +3,6 @@
#include "tree_sitter/runtime.h"
TSDebugger log_debugger_make();
TSDebugger log_debugger_make(bool include_lexing);
#endif // HELPERS_LOG_DEBUGGER_H_