1 //<-- CLI SHELL MODE -->
2 // =============================================================================
3 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 // Copyright (C) 2008 - INRIA - Sylvestre LEDRU
6 // This file is distributed under the same license as the Scilab package.
7 // =============================================================================
8 // <-- Non-regression test for bug 3784 -->
10 // <-- Bugzilla URL -->
11 // http://bugzilla.scilab.org/show_bug.cgi?id=3784
13 // <-- Short Description -->
14 // When Scilab is launched in French, bad read of the values
15 // <-- FRENCH IMPOSED -->
16 a=read(SCI+"/modules/graphics/demos/anim/anim6/yt.wrt",20,201);
17 if (a(1,2) == - 7.) then bugmes();quit;end