You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
0 commit comments