tree-sitter/test/integration
Phil Turnbull d9a0fbc210 Add testcase for parser__advance assertion failure
The python testcase decodes to:
```
00000000  35 63 6f 6e 88 2c 29 33  2c 2c 2c 2c 63 6f 6e 88  |5con.,)3,,,,con.|
00000010  2c 2a 2c 3a 35 63 6f 6e  2c                       |,*,:5con,|
```

which triggers:
```
Assertion failed: ((uint32_t)0 < (&reduction.slices)->size), function parser__advance, file src/runtime/parser.c, line 1202.
```
2017-09-13 13:25:31 -04:00
..
fuzzing-examples.cc Add testcase for parser__advance assertion failure 2017-09-13 13:25:31 -04:00
real_grammars.cc Use C++ stdlib for random number generation 2017-08-08 12:42:49 -07:00
test_grammars.cc Construct paths portably in test_grammars.cc 2017-08-08 17:25:43 -07:00