aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-06-18 01:32:44 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-06-18 01:32:44 -0400
commited935eb882593540e827f8a18c384bf4ab54a653 (patch)
tree968cb8bdc01104ea440728a3928ccfe10abbdc5d /test
parentf5dc37c86cac80b2e5da110da33ad98dc548381d (diff)
Fix array_lvalue
Diffstat (limited to 'test')
-rw-r--r--test/arrays.tm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/arrays.tm b/test/arrays.tm
index 16721c7d..b609aa9b 100644
--- a/test/arrays.tm
+++ b/test/arrays.tm
@@ -71,6 +71,7 @@ func main():
= [10, 20]
>> arr[1] = 999
+ >> arr
= @[999, 20, 30]
do: