Skip to content

Commit 259b6fc

Browse files
committed
Matlab: Update known failures.
1 parent 5b6c76d commit 259b6fc

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

examples/prism-matlab.html

+1-12
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,4 @@ <h2>Functions</h2>
4949
<pre><code>q = integral(sqr,0,1);
5050
y = parabola(x)
5151
mygrid = @(x,y) ndgrid((-x:x/c:x),(-y:y/c:y));
52-
[x,y] = mygrid(pi,2*pi);</code></pre>
53-
54-
<h2>Known failures</h2>
55-
<p>There are certain edge cases where Prism will fail.
56-
There are always such cases in every regex-based syntax highlighter.
57-
However, Prism dares to be open and honest about them.
58-
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.
59-
</p>
60-
61-
<h3>String inside comment</h3>
62-
<pre><code>%{ 'test' }%
63-
% 'test'</code></pre>
52+
[x,y] = mygrid(pi,2*pi);</code></pre>

0 commit comments

Comments
 (0)