nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49 stars 31 forks source link

Fix bug in XML code gen #179

Closed bocchino closed 2 years ago

bocchino commented 2 years ago

Overview

This PR fixes a bug in the generation of XML attributes that represent C++ literal string values. We need to delete the enclosing quotation marks from the string value, so the F Prime autocoder can re-insert them. Also, we need to use XML escapes for embedded quotation marks in this case.

Changes

Associated Issues

Closes #178.