mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 17:47:05 +00:00
* Properly decode $ref fixes #5720 * Specify decoding encoding * Nicer syntax * UTF-8 typo * Unescape special characters * Change order of unescaping to prevent escaped sequences by accident * Comment for special decoding Co-authored-by: Jim Schubert <james.schubert@gmail.com> * Add unit test for simple ref decoding Co-authored-by: Jim Schubert <james.schubert@gmail.com>