Skip to content

Commit

Permalink
Matlab: Update known failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Mar 26, 2018
1 parent 5b6c76d commit 259b6fc
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions examples/prism-matlab.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,4 @@ <h2>Functions</h2>
<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>
[x,y] = mygrid(pi,2*pi);</code></pre>

0 comments on commit 259b6fc

Please sign in to comment.