Skip to content

Commit

Permalink
Fix #1582 -- invalid comment in Matlab example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Jan 6, 2021
1 parent 811f1a6 commit f58638e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examplefiles/matlab_sample
Expand Up @@ -25,7 +25,7 @@ disp('a comment symbol, %, in a string');
function y=myfunc(x)
y = exp(x);

{%
%{
a block comment
%}

Expand Down

0 comments on commit f58638e

Please sign in to comment.