Start a new topic
Solved

Code Text Formatter Breaks on char()

In literal and code block sections, if you enter `char(` and then `)` (with 0 or more characters inbetween), your post will fail. Posting just hangs and saving a draft to add that text will result in any changes made being thrown away.


Some inputs that don't work:
`char()`

`char(98)`

`char(98\)`

`char(anything` `)`

```
char(98)
```

```
char(98
)
```

Login or Signup to post a comment