Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.
Hello,
The content of the hmtl doesn't respect the HTML language, it contains HTML reserved characters in particular < >
Example:
L 7669: // parameter SIunits.Time startTime[:]={0} \"Output = offset for time < startTime\";
Should be
// parameter SIunits.Time startTime[:]={0} \"Output = offset for time < startTime\";
Line 7683
Bug in getInterpolationCoefficients for startTime **<>** 0 fixed:
should be
Bug in getInterpolationCoefficients for startTime **<>** 0 fixed:
Double quotes should also be fixed but this is in the hole documentation and not only in that file.
Please refer to the https://www.html.am/reference/html-special-characters.cfm for more information on the html reserved characters.
There is more than these two lines. These are my findings for unescaped ', < and >: T4001.txt (There might be some false findings due to multi-line HTML tags.)
Hello, The content of the hmtl doesn't respect the HTML language, it contains HTML reserved characters in particular < > Example: L 7669: // parameter SIunits.Time startTime[:]={0} \"Output = offset for time < startTime\"; Should be // parameter SIunits.Time startTime[:]={0} \"Output = offset for time < startTime\";
Line 7683
Bug in getInterpolationCoefficients for startTime **<>** 0 fixed:
should be
Bug in getInterpolationCoefficients for startTime **<>** 0 fixed:
Double quotes should also be fixed but this is in the hole documentation and not only in that file. Please refer to the https://www.html.am/reference/html-special-characters.cfm for more information on the html reserved characters.
Thanks
Fady