lnav/test/pyfile_0.py

10 lines
147 B
Python
Raw Normal View History

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