Closed fredbi closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
0ddf107
) 85.45% compared to head (c1809de
) 85.45%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes name mangling methods (ToJSONName, ToCommandName, etc) for cases when a special character is expanded, like so: "get$ref" should be jasonified as "getDollarRef".
The issue was that the extra space added was not trimmed before name reconstruction, so in the example above, we get "getDollar Ref" instead.