1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) Scilab Enterprises - 2012 - Simon MARCHETTO
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- Non-regression test for bug 9935 -->
10 // <-- CLI SHELL MODE -->
12 // <-- Bugzilla URL -->
13 // http://bugzilla.scilab.org/show_bug.cgi?id=9935
15 // <-- Short Description -->
16 // clear() did not clear all variables
20 assert_checkequal(isdef('%helps'), %f);
24 assert_checkequal(isdef('%helps'), %f);