summaryrefslogtreecommitdiff
path: root/tests/arr1.out
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-08-03 17:49:54 +0100
committerubq323 <ubq323@ubq323.website>2024-08-03 17:49:54 +0100
commit1f257ac91ef3813c563203eacb5320b210fc1aa7 (patch)
treeafd68b70c3c5486b7931419f7164c6ddb16023ab /tests/arr1.out
parentaa0485fe33204169724d020f9c5e3b91e558ab1e (diff)
change array representation
Diffstat (limited to 'tests/arr1.out')
-rw-r--r--tests/arr1.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arr1.out b/tests/arr1.out
index 3e5e246..4ce34fa 100644
--- a/tests/arr1.out
+++ b/tests/arr1.out
@@ -1,5 +1,5 @@
-[ ]
+[]
0
-[ 10 20 30 ]
+[10 20 30]
3
20