Wouldn't most development programs tell them the syntax error on the line and column where you replaced the semicolon
This wouldn't work
VSCode will add a yellow box around the character and tell you it's an uncommon glyph.
https://code.visualstudio.com/updates/v1_63#_unicode-highlighting
To note, this came about because it could be valid code and it's a security risk from copy/pasting malicious code. See:
https://certitude.consulting/blog/en/invisible-backdoor/
Wouldn't most development programs tell them the syntax error on the line and column where you replaced the semicolon
This wouldn't work
VSCode will add a yellow box around the character and tell you it's an uncommon glyph.
https://code.visualstudio.com/updates/v1_63#_unicode-highlighting
To note, this came about because it could be valid code and it's a security risk from copy/pasting malicious code. See:
https://certitude.consulting/blog/en/invisible-backdoor/