discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

echoing < and > characters

K
kitwallace
Tue, Nov 19, 2019 12:27 PM

I've only just noticed that

echo("< abc >");
echo("< abc >");

produces different output between versions 2015-03 and 2019-05

in the former the output from both lines is the same, in the later, the
first line is blank - plays havoc with my SVG generation!

bug or feature?

--
Sent from: http://forum.openscad.org/

I've only just noticed that echo("< abc >"); echo("&lt; abc &gt;"); produces different output between versions 2015-03 and 2019-05 in the former the output from both lines is the same, in the later, the first line is blank - plays havoc with my SVG generation! bug or feature? -- Sent from: http://forum.openscad.org/
NH
nop head
Tue, Nov 19, 2019 1:14 PM

Ii is a side effect of changing the log to be scrolling, a new class was
used. It now follows normal HTML rules IIRC.

On Tue, 19 Nov 2019 at 12:14, kitwallace kit.wallace@gmail.com wrote:

I've only just noticed that

echo("< abc >");
echo("< abc >");

produces different output between versions 2015-03 and 2019-05

in the former the output from both lines is the same, in the later, the
first line is blank - plays havoc with my SVG generation!

bug or feature?

--
Sent from: http://forum.openscad.org/


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Ii is a side effect of changing the log to be scrolling, a new class was used. It now follows normal HTML rules IIRC. On Tue, 19 Nov 2019 at 12:14, kitwallace <kit.wallace@gmail.com> wrote: > I've only just noticed that > > echo("< abc >"); > echo("&lt; abc &gt;"); > > produces different output between versions 2015-03 and 2019-05 > > in the former the output from both lines is the same, in the later, the > first line is blank - plays havoc with my SVG generation! > > bug or feature? > > > > -- > Sent from: http://forum.openscad.org/ > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >