You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Only detects closed docstring if it is on a line of the same indentation, and has no text in front of it. Single Line docstrings are converted to block
116
+
- The tests run in python `3.4.3`, however sublime's python version is `3.3.6`. This is due to the difficulty of getting a working version of 3.3.6 in a dev environment, and the differences should be minimal.
84
117
85
118
86
119
Roadmap
87
120
-------
88
121
Things I want to do wtih this project. Not necessarily an exhaustive or prioritized list.
89
122
90
123
- Unit Tests!
124
+
- Needs a test harness of some sort for sublime internals.
0 commit comments