| commit | 12f02dfeb8d1b4b11604699dced25b3b487a6114 | [log] [tgz] |
|---|---|---|
| author | Ken Struys <ken@struys.ca> | Thu Feb 05 19:58:20 2015 -0800 |
| committer | Ken Struys <ken@struys.ca> | Sun Feb 08 21:05:12 2015 -0800 |
| tree | a6856915e5c84f20e2a489d563be6fe06706b349 | |
| parent | 5fe82b3a37983b3270b7afa2ed80b90b158f3a7c [diff] [blame] |
implemented a basic double quote string fixer
diff --git a/tests/check_docstring_first_test.py b/tests/check_docstring_first_test.py index ecff0e3..f57e695 100644 --- a/tests/check_docstring_first_test.py +++ b/tests/check_docstring_first_test.py
@@ -15,7 +15,7 @@ ('', 0, ''), # Acceptable ('"foo"', 0, ''), - # Docstrin after code + # Docstring after code ( 'from __future__ import unicode_literals\n' '"foo"\n',