1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2016 - Samuel GOUGEON
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- CLI SHELL MODE -->
8 // <-- Non-regression test for bug 14471 -->
10 // <-- Bugzilla URL -->
11 // http://bugzilla.scilab.org/14471
13 // <-- Short Description -->
14 // strange([]) returned [] instead of %nan as all other stat. dispersion functions
16 assert_checkequal(strange([]), %nan);