python: do not ignore the character after a skipped string
commitbe2b280377b0479db749cfcf573ff7b35d70693b
authorMarkus Heidelberg <markus.heidelberg@web.de>
Tue, 10 Feb 2015 03:07:39 +0000 (10 04:07 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Wed, 11 Feb 2015 17:28:59 +0000 (11 18:28 +0100)
treeb787c2eb2fe1e8800773b3ea87d6b5343df6bb11
parent99a509de7e6dce381e8bc23c5d080f8c8e5c5e12
python: do not ignore the character after a skipped string

Regression for the triple start string issue has been introduced in SVN
revision 669 (fishman git a314e11158307db84c0dadb758846b2302fe69cd) on
2008-06-11. In ctags 5.7 it did work, in 5.8 not anymore.
See also http://sourceforge.net/p/ctags/bugs/229/ for the original bug,
which led to the old fix.

The other issue with normal strings in skipEverything() is even older.
tagmanager/ctags/python.c
tests/ctags/Makefile.am
tests/ctags/py-skipped-string.py [new file with mode: 0644]
tests/ctags/py-skipped-string.py.tags [new file with mode: 0644]