xref: /Universal-ctags/Units/parser-python.r/bug1988130.py.d/input.py (revision 243cb59271d9b0dc842d90fc75b3b021bf732573)
1def testFunc():
2    print 'The following works now' + '"""'
3
4def main():
5    print 'nothing'
6    print 'This is another quoted triple string: """.'
7    return 0
8