1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2015 - Scilab Enterprises - Cedric Delamarre
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- Non-regression test for bug 14141 -->
9 // <-- Bugzilla URL -->
10 // http://bugzilla.scilab.org/14141
12 // <-- Short Description -->
13 // recursive insertion: gcf().attribute=value => "Wrong insertion : function or macro are not expected".
15 assert_checkequal(gcf().visible, "on");
17 assert_checkequal(gcf().visible, "off");