summaryrefslogtreecommitdiff
path: root/tests/test_syntax/inline/test_raw_html.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-241-1/+0
| | | | | | | * Python syntax upgraded using `pyupgrade --py3-plus` * Travis no longer uses `sudo`. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration See #760 for Python Version Support Timeline and related dicussion.
* Optimize HTML_RE from quadratic time to linear (#804)Anders Kaseorg2019-08-141-0/+31
Remove misleading escaped_chars_in_js test Signed-off-by: Anders Kaseorg <andersk@mit.edu>