Open jmitchell opened 5 years ago
Returned parse trees may be inaccurate or include ERROR nodes for valid input. Known cases like these are added to ./corpus-broken and listed here.
ERROR
./corpus-broken
reserved_raw
reserved_namespaced_raw
identifier_reserved_namespaced_prefix
identifier_reserved_prefix
Fixed tests should be migrated to ./corpus. I'll also check the corresponding box here and link to the commit/PR with the fix.
./corpus
Open an issue with a link to this issue if you'd like to discuss any particular failing test.
Create a pull request if you'd like to contribute a new failing tree-sitter unit test or discovered a fix.
Returned parse trees may be inaccurate or include
ERROR
nodes for valid input. Known cases like these are added to./corpus-broken
and listed here.Inaccurate
reserved_raw
; gotreserved_namespaced_raw
identifier_reserved_namespaced_prefix
; gotidentifier_reserved_prefix
Includes
ERROR
nodesFixed tests should be migrated to
./corpus
. I'll also check the corresponding box here and link to the commit/PR with the fix.How to help
Open an issue with a link to this issue if you'd like to discuss any particular failing test.
Create a pull request if you'd like to contribute a new failing tree-sitter unit test or discovered a fix.