openSUSE / suse-doc-style-checker

Style Checker for SUSE Documentation
Other
2 stars 5 forks source link

Parenthesis check doesn't catch ")." #138

Open tomschr opened 7 years ago

tomschr commented 7 years ago

The following test case in test_sentences.py will fail:

   # 7 - sentences with parentheses around them
   ("We speak in circles. (We dance in code).",
    ["We speak in circles",
     "We dance in code"]),