From 6dea7b689e2e2b35927af386334c43cc11c5efd8 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Fri, 11 Jan 2019 22:23:04 +0100 Subject: [PATCH] fix otbs expected test result for 2d arrays --- tests/otbs/2d_arrays.d.ref | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tests/otbs/2d_arrays.d.ref b/tests/otbs/2d_arrays.d.ref index 33ed6a8..5b685ec 100644 --- a/tests/otbs/2d_arrays.d.ref +++ b/tests/otbs/2d_arrays.d.ref @@ -13,6 +13,22 @@ unittest { vec2(16 * scale, 16 * scale), vec4(15 / 16.0, 5 / 16.0, 16 / 16.0, 6 / 16.0)) ] ]; + + int[][] foo = [ + [ + 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, + 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 + ], + [ + 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, + 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 + ] + ]; + + float[3][3] mat = [ + [234.3456, 42435.8653, 23.5], [3.245, 235.3, 234.664], + [14324.6453, 23434.645, 9678.345] + ]; } string[][] globalArray = [