Page 1 of 1

Re: something really nasty happen to code when you post it here (split from t=26348)

Posted: Tue Jun 15, 2021 12:05 pm
by barbaz
Giorgio Maone wrote: Sun Jun 13, 2021 6:39 pm Not sure why, but something really nasty happen to code when you post it here :(
Especially interpolated strings with variables inside get really messed up.
If we post a single word inside { } and that word is not a shortcut, something on this board erroneously strips the { } away.

To demonstrate, I will literally type "{foo}" in the code tag below (<-- that one was not typed literally) -

Code: Select all

foo
Can this please be fixed?

Re: something really nasty happen to code when you post it here (split from t=26348)

Posted: Tue Jun 15, 2021 7:47 pm
by Giorgio Maone
It should be fixed now, test for the reduced test case.
Testing here:

Code: Select all

{foo}

Re: something really nasty happen to code when you post it here (split from t=26348)

Posted: Wed Jun 16, 2021 6:17 am
by skriptimaahinen
The code does not get butchered anymore. Thanks!