tree-sitter/test
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
..
compiler Avoid unicode literals in tests 2017-08-08 17:10:08 -07:00
fixtures Require that grammars' start rules be visible 2017-08-04 17:07:37 -07:00
fuzz Add libFuzzer support 2017-07-14 13:50:41 -07:00
helpers Read files in binary mode in tests 2017-08-09 10:07:03 -07:00
integration Add testcase for parser__advance assertion failure 2017-09-13 13:25:31 -04:00
runtime Provide symbol metadata with dummy language in stack test 2017-08-08 17:47:24 -07:00
benchmarks.cc Add bash examples to benchmarks 2017-07-17 17:50:04 -07:00
test_helper.h Rename spec -> test 2017-03-09 20:40:01 -08:00
tests.cc Use C++ stdlib for random number generation 2017-08-08 12:42:49 -07:00