[Webkit-unassigned] [Bug 134007] Web Inspector: JS PrettyPrinting unary - and + issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 17 17:03:54 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=134007





--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org>  2014-06-17 17:04:15 PST ---
In fact, this produces even worse results:

    f(-1);
    x=-1+1;
    f(+1);
    x=+1+1;

Namely that "=-" and "=+" are treated as operators. That is CodeMirror's tokenization, maybe that should be improved.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list