Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

println messes up strings with a<b for many a and many b #284

Description

@lgto4

In Processing.js versions 1.4.7, 1.4.8, and 1.6.6 (but not version 1.4.1) println of a string with a < without white space around it may fail.

See https://jsfiddle.net/blyon/on7a5f9s/ for a simple demo which contains this code :
var a=function(){ return a<a; }; println(a);

A simpler example is println("Strings with a<b don't work.");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions