1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2013 - Scilab Enterprises - Charlotte HECQUET
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- Non-regression test for bug 8687 -->
10 // <-- CLI SHELL MODE -->
12 // <-- Bugzilla URL -->
13 // http://bugzilla.scilab.org/show_bug.cgi?id=8687
15 // <-- Short Description -->
16 // Typeof() function fails on uint8, depending on the format.
19 assert_checkequal(typeof(uint8(1:4)),"uint8");
21 assert_checkequal(f_res,f_ref);