When using printf or the like in C, multiple spaces/tabs are reduced to one space and newline \n characters are removed (I checked the source of the compiler output box to confirm this, which is a <pre> so they should show up when preserved).

I would prefer whitespace preservation because it makes output less cluttered, now it just ends up on one line.

Submitted on 21 February 2013 at 17:14

On 25 February 2013 at 15:24 Eelco Visser tagged 0.37

On 17 March 2013 at 13:20 Eelco Visser removed tag 0.37

On 17 March 2013 at 13:20 Eelco Visser tagged 0.38

On 27 March 2013 at 11:53 Eelco Visser commented:

Replacing <br> tags in compiler output by newlines.


On 27 March 2013 at 11:53 Eelco Visser closed this issue.

Log in to post comments