Commit 62c7dd4
authored
test(parser): fix incorrect progress callback implementation
The progress callback has to return `true` to cancel, and `false` to continue.1 parent 875bfd2 commit 62c7dd4
File tree
1 file changed
+1
-1
lines changed- src/test/java/io/github/treesitter/jtreesitter
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments