diff options
Diffstat (limited to 'tests/bytecode/mp-tests/docstring2.py')
-rw-r--r-- | tests/bytecode/mp-tests/docstring2.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bytecode/mp-tests/docstring2.py b/tests/bytecode/mp-tests/docstring2.py new file mode 100644 index 000000000..5a2183aef --- /dev/null +++ b/tests/bytecode/mp-tests/docstring2.py @@ -0,0 +1,3 @@ +# comment before doc string + +"""Doc string""" |