1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2020 - Samuel GOUGEON
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- TEST WITH GRAPHIC -->
9 // <-- NO CHECK REF -->
11 // <-- Non-regression test for bug 16366 -->
13 // <-- Bugzilla URL -->
14 // http://bugzilla.scilab.org/16366
16 // <-- Short Description -->
17 // plot(x,y,":") plotted a dashed line instead of a dotted one
21 assert_checkequal(gce().children.line_style, 8);
24 assert_checkequal(gce().children.line_style, 8);