1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2015 - Scilab Enterprises - Charlotte HECQUET
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- Non-regression test for bug 14159 -->
9 // <-- Bugzilla URL -->
10 // http://bugzilla.scilab.org/14159
12 // <-- Short Description -->
13 // Matplot crashes Scilab on boolean input
14 errmsg = msprintf(_("%s: Wrong type for input argument #%d: A real or integer expected.\n"), "Matplot", 1);
15 assert_checkerror("Matplot(%f)", errmsg);