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".
Here is a file that produces the ® code which renders as ®
In the state file:
The text was updated successfully, but these errors were encountered: