1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2015 - Scilab Enterprises - Vincent COUVERT
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- ENGLISH IMPOSED -->
8 // <-- JVM NOT MANDATORY -->
9 // <-- Non-regression test for bug 9600 -->
11 // <-- Bugzilla URL -->
12 // http://bugzilla.scilab.org/9600
14 // <-- Short Description -->
15 // Can not assign empty matrix in a list or cell
18 assert_checkequal(l, list([]));
19 assert_checkequal(l(1), []);
22 assert_checkequal(l, list({}));
23 size: Wrong number of input argument(s): 1 expected.
24 at line 116 of function assert_checkequal called by :
25 assert_checkequal(l, list({}))
26 at line 39 of exec file called by :