From 7237b1141e1d3ea69e154f6b284bd5f3cfbc8cf3 Mon Sep 17 00:00:00 2001 From: Aymeric Wibo Date: Sat, 7 Sep 2024 22:58:56 +0200 Subject: [PATCH] test: Quickie assignment test --- test/corpus/assignment.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/corpus/assignment.txt diff --git a/test/corpus/assignment.txt b/test/corpus/assignment.txt new file mode 100644 index 0000000..1afd141 --- /dev/null +++ b/test/corpus/assignment.txt @@ -0,0 +1,20 @@ +=== +Assignment +=== + +a = 420 + +--- + +(source_file + (statement + (assignment + left: (identifier) + right: (expression + (literal + (number) + ) + ) + ) + ) +)