- reorganized repository to match standard layout
diff --git a/test/test_array_03.expected b/test/test_array_03.expected
new file mode 100644
index 0000000..0ba568e
--- /dev/null
+++ b/test/test_array_03.expected
@@ -0,0 +1,6 @@
+.=[]

+.[0]=1

+.[1]=2

+.[2]=3

+.[3]=4

+.[4]=5