Issue with source-code like string and the 'to_string()' function
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If one uses source-code like syntax with quotation marks inside in a script like
"error('Falsches Format für den Parameter \"messungstyp\"!');"
The to_string() function seems to have issues, because it tries to convert the escaped quotation marks into something like \\ ".
There are two changes necessary: the implementation of the to_string() function is erroneous and additionally the function addMaskedStrings() also adds unnecessary escaped backslashes.
to_string() function was applied to the example string without any deviationThis fix was tested in the automatic SW tests. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r375]
Diff: