Encoder - Very Minor Bug
Posted: Mon Nov 16, 2020 3:40 pm
When comments are entered on their own line in the encoder, it seems like the encoder adds another space after "@" each time it's processed. So if I start with a comment like this:
After running the same code through the encoder 10 times, the comment will become:
This issue seems to only occur with comments on standalone lines.
Code: Select all
@ This is a comment
Code: Select all
@ This is a comment