Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CN: Fix #860, escape ampersand in pp string HTML
We don't have automatic testing for HTML output (yet) and so this is the test case: ```c void f(void) { int region = 1; /*@ assert(false); @*/ } ``` If the ampersand is not escaped, on the last page of the output, the ®ion turns into "(R)ion".
- Loading branch information