Skip to content

Commit

Permalink
test: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbz64 committed Sep 18, 2024
1 parent c2dbf25 commit 272ea40
Showing 1 changed file with 72 additions and 49 deletions.
121 changes: 72 additions & 49 deletions test/corpus/basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,16 @@ DEFINE VARIABLE cls AS CLASS CustomClass.
(variable_definition
(identifier)
(type_tuning
(primitive_type
(qualified_name
(identifier)
(identifier)
(identifier)
(identifier))))
(qualified_name
(identifier)
(identifier)
(identifier)
(identifier)))
(variable_tuning))
(variable_definition
(identifier)
(type_tuning
(primitive_type
(class_type
(identifier)))))

================================================================================
Expand Down Expand Up @@ -795,33 +794,38 @@ PersonData:GetById(id, output table ttPerson by-reference).
(source_code
(function_statement
name: (identifier)
return_type: (primitive_type)
(function_parameter
(function_parameter_mode)
name: (identifier)
(type_tuning
type: (primitive_type)))
(function_parameter
(function_parameter_mode)
name: (identifier)
(type_tuning
type: (primitive_type)))
(return_type
type: (primitive_type))
(parameters
(function_parameter
(function_parameter_mode)
name: (identifier)
(type_tuning
type: (primitive_type)))
(function_parameter
(function_parameter_mode)
name: (identifier)
(type_tuning
type: (primitive_type))))
(body
(return_statement
(identifier))))
(function_statement
name: (identifier)
return_type: (primitive_type)
(function_parameter
name: (identifier)
(type_tuning
type: (primitive_type)))
(return_type
type: (primitive_type))
(parameters
(function_parameter
name: (identifier)
(type_tuning
type: (primitive_type))))
(body
(return_statement
(identifier))))
(function_statement
name: (identifier)
return_type: (primitive_type)
(return_type
type: (primitive_type))
(body
(return_statement
(number_literal))))
Expand Down Expand Up @@ -1944,7 +1948,8 @@ END INTERFACE.
(comment)
(method_definition
(access_tuning)
(primitive_type)
(return_type
(primitive_type))
(identifier)
(function_parameter
(function_parameter_mode)
Expand All @@ -1953,7 +1958,8 @@ END INTERFACE.
(comment)
(method_definition
(access_tuning)
(primitive_type)
(return_type
(primitive_type))
(identifier)))))

================================================================================
Expand Down Expand Up @@ -2025,7 +2031,8 @@ VAR INT[ ] x = [funct( ), a + b].
(source_code
(comment)
(var_statement
(primitive_type)
(type_tuning
(primitive_type))
(variable
(identifier))
(variable
Expand All @@ -2037,7 +2044,8 @@ VAR INT[ ] x = [funct( ), a + b].
(comment)
(comment)
(var_statement
(primitive_type)
(type_tuning
(primitive_type))
(variable
(identifier))
(variable
Expand All @@ -2048,7 +2056,8 @@ VAR INT[ ] x = [funct( ), a + b].
(number_literal))))
(comment)
(var_statement
(primitive_type)
(type_tuning
(primitive_type))
(variable
(identifier))
(variable
Expand All @@ -2062,7 +2071,8 @@ VAR INT[ ] x = [funct( ), a + b].
(comment)
(var_statement
(access_tuning)
(primitive_type)
(type_tuning
(primitive_type))
(variable
(identifier))
(variable
Expand All @@ -2073,7 +2083,8 @@ VAR INT[ ] x = [funct( ), a + b].
(comment)
(comment)
(var_statement
(primitive_type)
(type_tuning
(primitive_type))
(number_literal)
(variable
(assignment
Expand All @@ -2092,7 +2103,8 @@ VAR INT[ ] x = [funct( ), a + b].
(number_literal)))))
(comment)
(var_statement
(primitive_type)
(type_tuning
(primitive_type))
(variable
(identifier))
(variable
Expand All @@ -2104,12 +2116,12 @@ VAR INT[ ] x = [funct( ), a + b].
(number_literal)))))
(comment)
(var_statement
(string_literal)
(type_tuning)
(variable
(identifier)))
(comment)
(var_statement
(primitive_type
(type_tuning
(qualified_name
(identifier)
(identifier)
Expand All @@ -2122,29 +2134,33 @@ VAR INT[ ] x = [funct( ), a + b].
(identifier)))
(comment)
(var_statement
(primitive_type
(qualified_name
(identifier)
(identifier)
(identifier)))
(type_tuning
(class_type
(qualified_name
(identifier)
(identifier)
(identifier))))
(variable
(identifier)))
(comment)
(var_statement
(identifier)
(type_tuning
(identifier))
(number_literal)
(variable
(identifier)))
(comment)
(var_statement
(identifier)
(type_tuning
(identifier))
(variable
(assignment
(identifier)
(new_expression
(identifier)))))
(var_statement
(identifier)
(type_tuning
(identifier))
(variable
(assignment
(identifier)
Expand All @@ -2158,7 +2174,8 @@ VAR INT[ ] x = [funct( ), a + b].
(null_expression))))))
(comment)
(var_statement
(identifier)
(type_tuning
(identifier))
(variable
(assignment
(identifier)
Expand All @@ -2182,7 +2199,8 @@ VAR INT[ ] x = [funct( ), a + b].
(string_literal))))))
(comment)
(var_statement
(identifier)
(type_tuning
(identifier))
(variable
(assignment
(identifier)
Expand All @@ -2197,7 +2215,8 @@ VAR INT[ ] x = [funct( ), a + b].
(string_literal))))))
(comment)
(var_statement
(identifier)
(type_tuning
(identifier))
(variable
(assignment
(identifier)
Expand All @@ -2214,7 +2233,8 @@ VAR INT[ ] x = [funct( ), a + b].
(string_literal))))))
(comment)
(var_statement
(identifier)
(type_tuning
(identifier))
(number_literal)
(variable
(assignment
Expand All @@ -2230,7 +2250,8 @@ VAR INT[ ] x = [funct( ), a + b].
(string_literal)))))))
(comment)
(var_statement
(identifier)
(type_tuning
(identifier))
(variable
(assignment
(identifier)
Expand All @@ -2245,7 +2266,8 @@ VAR INT[ ] x = [funct( ), a + b].
(string_literal)))))))
(comment)
(var_statement
(primitive_type)
(type_tuning
(primitive_type))
(variable
(assignment
(identifier)
Expand All @@ -2266,7 +2288,8 @@ VAR INT[ ] x = [funct( ), a + b].
(identifier)))))
(comment)
(var_statement
(primitive_type)
(type_tuning
(primitive_type))
(variable
(assignment
(identifier)
Expand Down

0 comments on commit 272ea40

Please sign in to comment.