|
|
# Test file for syntax-highlighting
|
||
|
|
|
||
|
|
def hello(abc):
|
||
|
|
"""
|
||
|
|
This is a multi-line string
|
||
|
|
|
||
|
|
@param abc: blah blah
|
||
|
|
"""
|
||
|
|
return abc + 1
|