summaryrefslogtreecommitdiff
path: root/tests/test_syntax/inline/test_emphasis.py
Commit message (Collapse)AuthorAgeFilesLines
* Emphasis pattern treats newlines as whitespace (#785)Waylan Limberg2019-02-071-0/+86
All whitespace characters should be treated the same by inline patterns. Previoulsy, emphasis patterns were only accounting for spaces, but not other whitepsace characters such as newlines. Fixes #783.