Skip to content

Commit

Permalink
test: update snapshots following pattern field name change
Browse files Browse the repository at this point in the history
  • Loading branch information
didroe committed Oct 23, 2023
1 parent df9e5de commit e4ba76b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(*builder.Result)({
Query: (string) (len=328) "([(class_declaration . (_) . [(class_body [(method_declaration . [ (void_type )] @param1 . [ (identifier )] @param2 . [ (formal_parameters )] . [(block [(try_statement [ (block )] [(catch_clause . [(catch_formal_parameter . [(catch_type (_) @match)] . [ (identifier )] @param3 .)] . [ (block )] .)])] )] .)] )] .)] @root)",
Query: (string) (len=334) "([(class_declaration . name: (_) . [(class_body [(method_declaration . [ (void_type )] @param1 . [ (identifier )] @param2 . [ (formal_parameters )] . [(block [(try_statement [ (block )] [(catch_clause . [(catch_formal_parameter . [(catch_type (_) @match)] . [ (identifier )] @param3 .)] . [ (block )] .)])] )] .)] )] .)] @root)",
VariableNames: ([]string) (len=1) {
(string) (len=1) "_"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(*builder.Result)({
Query: (string) (len=190) "([(class_declaration . (_) . [(class_body [(method_declaration . [ (void_type )] @param1 . [ (identifier )] @param2 . [(formal_parameters . (_) @match . )] . [ (block )] .)] )] .)] @root)",
Query: (string) (len=196) "([(class_declaration . name: (_) . [(class_body [(method_declaration . [ (void_type )] @param1 . [ (identifier )] @param2 . [(formal_parameters . (_) @match . )] . [ (block )] .)] )] .)] @root)",
VariableNames: ([]string) (len=1) {
(string) (len=1) "_"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(*builder.Result)({
Query: (string) (len=224) "([(class_declaration . (_) . [(declaration_list [(method_declaration [ (visibility_modifier )] (_) . [(formal_parameters . [(simple_parameter . [(type_list (_))] (_) @match)] . )] [ (compound_statement )])] )] .)] @root)",
Query: (string) (len=234) "([(class_declaration . name: (_) . [(declaration_list [(method_declaration [ (visibility_modifier )] name: (_) . [(formal_parameters . [(simple_parameter . type: (_) name: (_) @match)] . )] [ (compound_statement )])] )] .)] @root)",
VariableNames: ([]string) (len=1) {
(string) (len=1) "_"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(*builder.Result)({
Query: (string) (len=128) "([(class_declaration . (_) . [(declaration_list [(property_declaration . [ (visibility_modifier )] (_) @match )] )] .)] @root)",
Query: (string) (len=134) "([(class_declaration . name: (_) . [(declaration_list [(property_declaration . [ (visibility_modifier )] (_) @match )] )] .)] @root)",
VariableNames: ([]string) (len=1) {
(string) (len=1) "_"
},
Expand Down

0 comments on commit e4ba76b

Please sign in to comment.