myint / language-check

Python wrapper for LanguageTool grammar checker
https://pypi.python.org/pypi/language-check
GNU Lesser General Public License v3.0
326 stars 102 forks source link

Fix newest java version check #57

Closed tetris0k closed 5 years ago

tetris0k commented 6 years ago

I've faced an installation issue with parsing java v 10.0 which has release date at the end of the first line of version description.

So, I've fixed it.

Bachstelze commented 6 years ago

Does somebody understand why the test fails?

myint commented 5 years ago

@tetris0k Try rebasing.

tetris0k commented 5 years ago

Done