Skip to content

Commit

Permalink
Use lowercase for roles
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Jan 10, 2024
1 parent 7d0ca6e commit 4861048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mlx/xunit2rst.mako
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ def generate_body(input_string, indent, error_type=None):
wrapped = textwrap.fill(complete_string, width=(119 - len(indent)), break_on_hyphens=False, break_long_words=False)
return textwrap.indent(wrapped, indent)
%>\
.. role:: xunit2rst-Skip
.. role:: xunit2rst-Fail
.. role:: xunit2rst-Pass
.. role:: xunit2rst-skip
.. role:: xunit2rst-fail
.. role:: xunit2rst-pass

.. ${info.header_prefix}${report_name}:

Expand Down

0 comments on commit 4861048

Please sign in to comment.