1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2020 - Stéphane MOTTELET
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- CLI SHELL MODE -->
9 // <-- NO CHECK REF -->
11 // <-- Non-regression test for bug 16350 -->
13 // <-- Bugzilla URL -->
14 // http://bugzilla.scilab.org/16350
16 // <-- Short Description -->
17 // In if/while conditions, the empty sparse boolean is considered as TRUE.
23 assert_checkequal(b,1);