Skip to content

Conversation

@haukot
Copy link

@haukot haukot commented Jun 15, 2024

Fix for cases when some method names could contain ", for example "Mustermann::Grape::Parser#read "*"", which breaks JSON format.

Before

...
"name": "Mustermann::Grape::Parser#read "*""
...

After

...
"name": "Mustermann::Grape::Parser#read \"*\""
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant