Linebreak not working correctly for "throw"
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The line break character \n is not working correctly for the keyword throw. In this case, a hardcoded line break will appear.
Analysis:
The actual issue is that the function Linebreak() is not capable of recognizing a line break character. Should be a straightforward fix.
Implementation:
Fix was implemented as proposed by the analysis. Implementation tests were successful.
Tests:
Tests were passed successfully. Bug fix accepted.
Anonymous
Diff:
Diff:
Diff:
Diff: