Merge pull request #103 from tree-sitter/python-assertion-failure
Assertion failure in parser__advance
This commit is contained in:
commit
9d67a98510
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ vector<pair<string, string>> examples({
|
|||
// "javascript",
|
||||
// "Bi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLXGK0i0vLS0tLS0tLS0tLS0tLS0tLS0tLS0tLXGK0i0vLS0tLS0tLS0tLS0tLS0xLS0tLTYtLfpZAA=="
|
||||
// },
|
||||
{
|
||||
"python",
|
||||
"NWNvbogsKTMsLCwsY29uiCwqLDo1Y29uLA=="
|
||||
},
|
||||
});
|
||||
|
||||
describe("examples found via fuzzing", [&]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue