-
Notifications
You must be signed in to change notification settings - Fork 733
Closed
Milestone
Description
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
{% | |
a block comment | |
%} |