now we read tests files from directories
This commit is contained in:
@@ -0,0 +1 @@
|
||||
new int[] {1, 2, 3};
|
||||
@@ -0,0 +1 @@
|
||||
array(1, 2, 3)
|
||||
@@ -0,0 +1 @@
|
||||
{1, 2, 3};
|
||||
@@ -0,0 +1 @@
|
||||
array(1, 2, 3)
|
||||
@@ -0,0 +1 @@
|
||||
{a, b, c};
|
||||
@@ -0,0 +1 @@
|
||||
array(a, b, c)
|
||||
@@ -0,0 +1 @@
|
||||
{ {1, 2, 3}, {4, 5, 6}, {7, 8, 9} };
|
||||
@@ -0,0 +1 @@
|
||||
array(array(1, 2, 3), array(4, 5, 6), array(7, 8, 9))
|
||||
Reference in New Issue
Block a user