Steps to reproduce:
- Parse the sample above
- Check the nodes
Expected:
(source_file (short_var_declaration left: (expression_list (identifier)) right: (expression_list (interpreted_string_literal (interpreted_string_literal_content)))))
Actual:
(source_file (short_var_declaration left: (expression_list (identifier)) right: (expression_list (interpreted_string_literal))))
As you can see, the interpreted_string_literal_content node is missing.
github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82
Steps to reproduce:
Expected:
Actual:
As you can see, the
interpreted_string_literal_contentnode is missing.github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82