diff options
Diffstat (limited to '')
-rw-r--r-- | test/pyfile_0.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/pyfile_0.py b/test/pyfile_0.py new file mode 100644 index 0000000..43696e9 --- /dev/null +++ b/test/pyfile_0.py @@ -0,0 +1,9 @@ +# Test file for syntax-highlighting + +def hello(abc): + """ + This is a multi-line string + + @param abc: blah blah + """ + return abc + 1 |