This is the first “bug” I’ve encountered in Sublime in my 2 years of using it.
I used search and replace to do some refactoring, and found out later (runtime error) that there was some hidden formatting or a hidden character injected.
Here’s the code with the bug:
-
@if ( ! Region::isEU())
and this one’s bug free.
-
@if ( ! Region::isEU())
They look the same here! This text editor and Sublime don’t notice the difference, but the compiler does, and so does Notepad (attached image).
Thanks in advance for any help!
Charlie