Skip to content

Commit

Permalink
Fix tests for new java-tree-sitter version
Browse files Browse the repository at this point in the history
  • Loading branch information
phoudail committed Feb 15, 2024
1 parent 9910ba6 commit 3d68504
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions TestSamples/JavaTest_expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,11 @@ program
identifier : getMember
argument_list
( : (
string_literal : "test"
) : )
string_literal
" : "
string_fragment : test
" : "
) : )
; : ;
} : }
expression_statement
Expand All @@ -129,8 +132,11 @@ program
identifier : getMember
argument_list
( : (
string_literal : "null"
) : )
string_literal
" : "
string_fragment : null
" : "
) : )
; : ;
} : }
} : }

0 comments on commit 3d68504

Please sign in to comment.