lnav/test/expected/test_text_file.sh_4226123565a53b4e3f80e602c1f294721e8e07bf.out

10 lines
236 B
Plaintext
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