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 -->
9 // <-- NO CHECK REF -->
11 // <-- Non-regression test for bug 15886 -->
13 // <-- Bugzilla URL -->
14 // http://bugzilla.scilab.org/15886
16 // <-- Short Description -->
17 // display of polynomials is broken
19 assert_checkequal(string((1-%s)^3),[" 2 3";"1 - 3s + 3s - s"]);