Commit 259b6fc5abd5eec4e528a3b24c0dc8854efdc164

Golmote 2018-03-26T21:18:06

Matlab: Update known failures.

diff --git a/examples/prism-matlab.html b/examples/prism-matlab.html
index a3917f5..e78abe3 100644
--- a/examples/prism-matlab.html
+++ b/examples/prism-matlab.html
@@ -49,15 +49,4 @@ end</code></pre>
 <pre><code>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);</code></pre>
-
-<h2>Known failures</h2>
-<p>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.
-</p>
-
-<h3>String inside comment</h3>
-<pre><code>%{ 'test' }%
-% 'test'</code></pre>
\ No newline at end of file
+[x,y] = mygrid(pi,2*pi);</code></pre>
\ No newline at end of file