1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2010-2010 - DIGITEO - Sylvestre LEDRU
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- Non-regression test for bug 3069 -->
10 // <-- ENGLISH IMPOSED -->"
12 // <-- Bugzilla URL -->
13 // http://bugzilla.scilab.org/show_bug.cgi?id=3069
15 // <-- Short Description -->
16 // bug 3069 fixed - In some cases, the function gettext was returning \"
19 str = gettext("%s: Wrong input argument #%d: ""%s"" or ""%s"" expected.\n");
20 if grep(str,"\""") then pause, end