Add detection of PKGBUILD files as Shell scripts
[geany-mirror.git] / tests / ctags / bug1988130.py
blob5f227bfe71e50f79225ac714203c9e89b8fde748
1 def testFunc():
2 print 'The following works now' + '"""'
4 def main():
5 print 'nothing'
6 print 'This is another quoted triple string: """.'
7 return 0