Add unit test for stack
- Also, fix bug where trees pushed onto the stack were not retained
This commit is contained in:
parent
baec9f2c9a
commit
63cde3967c
7 changed files with 188 additions and 7 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "bandit/bandit.h"
|
||||
#include "tree_sitter/runtime.h"
|
||||
#include "helpers/tree_helpers.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace bandit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue