So you changed it on the right-hand side of the IDE?
It looks to me like somehow a 'bad' character has got into the editor. Just checked and it's a 'non-breaking space'.
Annoyingly the reason it goes nuts is a badly made addition to the IDE to supposedly support extended character sets - which escapes characters regardless of whether they're part of a string or not :( I'll see about adding yet another exception to it.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
So you changed it on the right-hand side of the IDE?
It looks to me like somehow a 'bad' character has got into the editor. Just checked and it's a 'non-breaking space'.
Annoyingly the reason it goes nuts is a badly made addition to the IDE to supposedly support extended character sets - which escapes characters regardless of whether they're part of a string or not :( I'll see about adding yet another exception to it.