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 3415acb commit dc6fcf6
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion test/corpus/basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,34 @@ oObject:Length -= String(pcMessage):Size.
array: (object_access
object: (identifier)
property: (identifier))
(number_literal))))
(number_literal)))
(variable_assignment
(assignment
name: (object_access
object: (identifier)
property: (identifier))
(object_access
object: (new_expression
(qualified_name
(identifier)
(identifier)
(identifier))
(arguments
(argument
(identifier))))
property: (identifier))))
(variable_assignment
(assignment
name: (object_access
object: (identifier)
property: (identifier))
(object_access
object: (function_call
function: (identifier)
(arguments
(argument
(identifier))))
property: (identifier)))))

================================================================================
TERNARY EXPRESSION statement
Expand Down

0 comments on commit dc6fcf6

Please sign in to comment.