mozilla / bleach

Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes
https://bleach.readthedocs.io/en/latest/
Other
2.65k stars 253 forks source link

Add more idempotent tests #641

Closed willkg closed 2 years ago

willkg commented 2 years ago

This breaks up the existing idempotent tests into ones that are more specific rather than one big smorgasbord.

This adds test cases covering querystring parameters.

This supersedes #632.