CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Incorrect parameter order for encode and decode special character functions #58

Open zachcran opened 2 years ago

zachcran commented 2 years ago

Describe the bug According to the CMakePPLang documentation, return parameters should come before input parameters. cpp_encode_special_chars and cpp_decode_special_chars have this in the opposite order and should be fixed.

Additional context This is also going to require fixing the calls to cpp_encode_special_chars in:

along with calls to cpp_decode_special_chars in: