reading data with quotation marks won't be parsed correctly
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Reading the attached file and using the strfnd() function it isn't possible to find "title=", if all ' are replaced with " as in standard HTML.
Analysis:
This is an internal bug resulting from ignoring the parsed quotation marks. It's located in the resolution of the strfnd()(and probable the strrfnd()) function and not in the read command.
Implementation:
Fix was implemented as indicated by the analysis. The fix was also implemented for the strrfnd() function.
Documentation:
Not needed - Bug fix.
Tests:
Bug fix was tested in the context, in which the bug appeared. No deviations were detected. Bug fix accepted.
Anonymous
Diff:
Diff:
Diff:
Diff: