summaryrefslogtreecommitdiffstats
path: root/test/pyfile_0.py
blob: 43696e92462725990c11966063a5c316913a8c70 (plain)
1
2
3
4
5
6
7
8
9
# Test file for syntax-highlighting

def hello(abc):
    """
    This is a multi-line string

    @param abc: blah blah
    """
    return abc + 1