1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2013 - Scilab Enterprises - Simon MARCHETTO
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- Non-regression test for bug 10415 -->
10 // <-- Bugzilla URL -->
11 // http://bugzilla.scilab.org/show_bug.cgi?id=10415
13 // <-- Short Description -->
14 // The removal of an history session line does not remove
15 // all the children command lines
19 // a session line will be added at the front of this history
24 // we check the removal of current session line remove all history
27 assert_checkequal(h, []);