diff options
Diffstat (limited to 'tests/fixtures/py/simple.py')
| -rw-r--r-- | tests/fixtures/py/simple.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fixtures/py/simple.py b/tests/fixtures/py/simple.py new file mode 100644 index 0000000..b8e2ce9 --- /dev/null +++ b/tests/fixtures/py/simple.py @@ -0,0 +1,6 @@ +'''md +@name test/py-simple +Hello from a Python doc comment. +''' +def noop(): + pass |
