Strip trailing whitespace

This commit is contained in:
Chris Rose 2023-10-29 09:57:37 -07:00 committed by Justin Mayer
commit 271f4dd68f
17 changed files with 11 additions and 21 deletions

View file

@ -6,4 +6,3 @@ This is a test hidden page
This is great for things like error(404) pages
Anyone can see this page but it's not linked to anywhere!

View file

@ -45,7 +45,7 @@ Testing more sourcecode directives
:lineseparator: <br>
:linespans: foo
:nobackground:
def run(self):
self.assert_has_content()
try:
@ -76,8 +76,8 @@ Testing even more sourcecode directives
.. sourcecode:: python
:linenos: table
:nowrap:
formatter = self.options and VARIANTS[self.options.keys()[0]]
@ -90,8 +90,8 @@ Even if the default is line numbers, we can override it here
.. sourcecode:: python
:linenos: none
formatter = self.options and VARIANTS[self.options.keys()[0]]