NumeRe cannot read and write source codes if they contain escape characters, which are used by NumeRe to escape quotation marks, line breaks or tabulator characters.
Analysis:
While reading a source code file, every backslash has to be replaced by the '\ ' sequence. Furthermore, the -kmq string parser option has to be adapted to only apply on '\"' sequences.
Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
The fix was documented in the changes log.
Tests:
The fix was tested manually with a large source code file. The remaining issue was fixed. No further deviation detected. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: