When rendering the following c# code using pygments ``` public string A = """ $ """; ``` Actual: The $ is parsed as an Error token. Expected: The $ is parsed as a Literal.String token.
When rendering the following c# code using pygments
Actual: The $ is parsed as an Error token.
Expected: The $ is parsed as a Literal.String token.