aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results/initializers-32
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/Results/initializers-32')
-rw-r--r--test/regression/Results/initializers-3230
1 files changed, 30 insertions, 0 deletions
diff --git a/test/regression/Results/initializers-32 b/test/regression/Results/initializers-32
new file mode 100644
index 00000000..a3c92e86
--- /dev/null
+++ b/test/regression/Results/initializers-32
@@ -0,0 +1,30 @@
+x0 = 0
+x1 = 'x'
+x2 = 12345
+x3 = 3.14159
+x4 = { 'a', 'b', 'c', 'd' }
+x5 = { 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, }
+x6 = { 4, 5 }
+x7 = { 6, 'u' }
+x8 = { 'v', 7 }
+x9 = { { 'a', 'b', 0, 0, 0, 0, 0, 0, 0, }, 2.718 }
+x10 = { { 'v', 7 }, 2.718 }
+x11 = 1.3183101416
+x12 = 1.3183101550
+x13 = { 0, 1 }
+x14 ok
+x15 ok
+x16 ok
+x17[7] = { 'H', 'e', 'l', 'l', 'o', '!', 0, }
+x18 = "Hello!"
+x19 = { "Hello", "world!" }
+x20 = { 'H', 'e', 'l', }
+x21 = { 'H', 'e', 'l', 'l', 'o', '!', 0, 0, 0, 0, }
+x22 ok
+x23 = { hd = 8, tl = ok }
+x24[6] = { '/', '*', 'B', '*', '/', 0, }
+x25[4] = { "/tmp" }
+x26[6] = { 'w', 'o', 'r', 'l', 'd', 0, }
+x27[4] = { 'a', 'b', 'c', 0, }
+x28[2] = { 'a', 'b', }
+x29[10] = { 'a', 'b', 'c', 0, 0, 0, 0, 0, 0, 0, }