I think this bug is very low priority but it exists.
I don’t know if devs will remove \r at the start of function assemblefile or do it later. I’ll just submit this to record the problem.
Bug details:
Extra \r moves ] to line start.
Cause:
The \r gets stripped too late. ( CRLF )
wrong :
correct :

I think this bug is very low priority but it exists.
I don’t know if devs will remove \r at the start of function assemblefile or do it later. I’ll just submit this to record the problem.
Bug details:
Extra \r moves ] to line start.
Cause:
The \r gets stripped too late. ( CRLF )
wrong :
correct :