Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossNox committed Jun 24, 2021
1 parent 4932b8c commit bc65f0b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,16 @@ And again:
def f(x, y):
return x + y + 1
```

With space:

``` python
def f(x, y):
return x + y + 1
```

Again, with space:
``` python
def f(x, y):
return x + y + 1
```
14 changes: 14 additions & 0 deletions tests/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,17 @@ And again:
def f(x, y):
return x + y + 1
With space:

.. code-block:: python
def f(x, y):
return x + y + 1
Again, with space:

.. code-block:: python
def f(x, y):
return x + y + 1

0 comments on commit bc65f0b

Please sign in to comment.