Closed Bug 1062298 Opened 10 years ago Closed 10 years ago

[Scratchpad, Pretty Print] let keyword is not separate by a space in the scratchpad when pretty printed

Categories

(DevTools Graveyard :: Scratchpad, defect)

34 Branch
x86_64
Linux
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 951622

People

(Reporter: seerriss, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Build ID: 20140831030206

Steps to reproduce:

Create in the scratchpad a variable with the let keyword.
Click on Pretty Print.


Actual results:

let keyword and the variable name is not separate by a space.
let foo = "bar"; => letfoo = 'bar';


Expected results:

let keyword and variable name must have a space to separate them.
Component: Untriaged → Developer Tools: Scratchpad
Severity: normal → minor
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
Product: DevTools → DevTools Graveyard
You need to log in before you can comment on or make changes to this bug.