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