Skip to content

Commit

Permalink
test: Quickie assignment test
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Sep 7, 2024
1 parent 0e236be commit 7237b11
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/corpus/assignment.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
===
Assignment
===

a = 420

---

(source_file
(statement
(assignment
left: (identifier)
right: (expression
(literal
(number)
)
)
)
)
)

0 comments on commit 7237b11

Please sign in to comment.