summaryrefslogtreecommitdiff
path: root/tests/test_split.py
Commit message (Expand)AuthorAgeFilesLines
* Merge master into v0.2.0.Andi Albrecht2015-03-051-0/+4
|\
| * Recognize escaped backslashes within stringscasey2015-02-261-0/+4
* | Remove six dependency.Andi Albrecht2015-01-171-19/+18
* | Migrate to six and get rid of 2to3.Andi Albrecht2015-01-171-24/+23
|/
* Strip leading and trailing whitespaces from splitted statements.Andi Albrecht2013-05-151-0/+7
* PEP8'ified to code a bit.Andi Albrecht2012-11-121-1/+2
* splitstream -> parsestreamquest2012-04-211-3/+3
* Always use a stream internally; makes things more readable.quest2012-04-211-1/+0
* We can now work with file-like objects.quest2012-04-211-0/+15
* Added test for Issue 57Jesús Leganés Combarro "Piranna"2012-01-231-0/+6
* Split statements with IF as functions correctly (fixes issue33).Andi Albrecht2011-07-241-0/+7
* Match single line comments at end of string.Andi Albrecht2010-11-141-0/+10
* Improve statement detection for DECLARE statements outside function/procedure...Andi Albrecht2010-06-231-0/+7
* Turn relative import in tests module to absolute imports.Andi Albrecht2009-04-301-1/+1
* Initial import.Andi Albrecht2009-04-031-0/+88