1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2018 - Stéphane MOTTELET
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- CLI SHELL MODE -->
10 // <-- Non-regression test for bug 15642 -->
12 // <-- Bugzilla URL -->
13 // http://bugzilla.scilab.org/15642
15 // <-- Short Description -->
16 // A(:) gives incorrect display when A is sparse boolean (regression)
17 A=sparse([1 1; 2 2; 3 3],[%t %f %t],[3 3]);
20 ( 9, 1) sparse boolean matrix