From 259b6fc5abd5eec4e528a3b24c0dc8854efdc164 Mon Sep 17 00:00:00 2001 From: Golmote Date: Mon, 26 Mar 2018 21:18:06 +0200 Subject: [PATCH] Matlab: Update known failures. --- examples/prism-matlab.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/examples/prism-matlab.html b/examples/prism-matlab.html index a3917f50cd..e78abe3612 100644 --- a/examples/prism-matlab.html +++ b/examples/prism-matlab.html @@ -49,15 +49,4 @@

Functions

q = integral(sqr,0,1);
 y = parabola(x)
 mygrid = @(x,y) ndgrid((-x:x/c:x),(-y:y/c:y));
-[x,y] = mygrid(pi,2*pi);
- -

Known failures

-

There are certain edge cases where Prism will fail. - There are always such cases in every regex-based syntax highlighter. - However, Prism dares to be open and honest about them. - If a failure is listed here, it doesn’t mean it will never be fixed. This is more of a “known bugs” list, just with a certain type of bug. -

- -

String inside comment

-
%{ 'test' }%
-% 'test'
\ No newline at end of file +[x,y] = mygrid(pi,2*pi); \ No newline at end of file