From db0359f378bbd919bb763970e32178e84d2e2c95 Mon Sep 17 00:00:00 2001 From: Vincent COUVERT Date: Tue, 26 May 2015 15:01:18 +0200 Subject: [PATCH] Fix quotes in .dia.ref Change-Id: Ifba011a4819d8c172476fb38e088eb38f9948674 --- .../graphics/tests/nonreg_tests/bug_3036.dia.ref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab/modules/graphics/tests/nonreg_tests/bug_3036.dia.ref b/scilab/modules/graphics/tests/nonreg_tests/bug_3036.dia.ref index f78d746..81bb763 100644 --- a/scilab/modules/graphics/tests/nonreg_tests/bug_3036.dia.ref +++ b/scilab/modules/graphics/tests/nonreg_tests/bug_3036.dia.ref @@ -14,7 +14,7 @@ // After a stacksize problem (lack of memory) during a surface plot, it is no longer possible to plot in the graphics window: nothing appears. xdel(winsid()); x=linspace(-%pi,%pi,1000)'; -ierr = execstr('surf(x,x,sin(x)*cos(x)'');','errcatch'); +ierr = execstr("surf(x,x,sin(x)*cos(x)'');","errcatch"); if ierr <> 0 then bugmes();quit;end x=linspace(-%pi,%pi,100)'; plot(x,x); -- 1.7.9.5