Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
The Matlab test file seems to have a invalid block comment in it. According to the official documentation block comments start with %{ and end with %}. The test file has the comment start sequence swapped.
%{
%}
pygments/tests/examplefiles/matlab_sample
Lines 28 to 30 in 3e1b79c
The text was updated successfully, but these errors were encountered:
f58638e
Good catch, thanks!
Sorry, something went wrong.
Anteru
No branches or pull requests
Hi!
The Matlab test file seems to have a invalid block comment in it. According to the official documentation block comments start with
%{
and end with%}
. The test file has the comment start sequence swapped.pygments/tests/examplefiles/matlab_sample
Lines 28 to 30 in 3e1b79c
The text was updated successfully, but these errors were encountered: