implemented a basic double quote string fixer

This commit is contained in:
Ken Struys 2015-02-05 19:58:20 -08:00
parent 5fe82b3a37
commit 12f02dfeb8
6 changed files with 154 additions and 1 deletions

View file

@ -15,7 +15,7 @@ TESTS = (
('', 0, ''),
# Acceptable
('"foo"', 0, ''),
# Docstrin after code
# Docstring after code
(
'from __future__ import unicode_literals\n'
'"foo"\n',