Strange REM bug

Here we can discuss about the problem found
Post Reply
AndyGadget
Posts: 250
Joined: Mon Feb 15, 2021 1:44 pm
Has thanked: 156 times
Been thanked: 145 times

Strange REM bug

Post by AndyGadget »

Here's a weird one.
I normally use the single quote character for comment lines but just happened to cut and paste code from a different source today which used REM.
In the editor, where this ocurred I was seeing μ____μREM, but the suffix couldn't be deleted in the normal way as it deleted the text after REM, so some strange control character gubbins at play here.
A bit more investigation and I found that "REM" and "Rem" would do this, but not "rem". "R" on its own did not show the effect.

Not a major bug, but I'll imagine you'll want to correct it at some point if you can duplicate it.
This was on Annex32 CAN 1.60.3 LFS with your Annex.css applied.

Additional - Chrome and Opera show this, also on Annex32-S3 CAN USB DMT VGA HID 1.60.3 qio qspi LFS without Annex.css.
User avatar
cicciocb
Site Admin
Posts: 2781
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 592 times
Been thanked: 1990 times
Contact:

Re: Strange REM bug

Post by cicciocb »

Thanks.

Added in the todo list
Post Reply