jdunno / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

editor output does not respect spaces #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the editor
2. Type in the textarea: print "     Hello world!"

What is the expected output? What do you see instead?
The expected output is
     Hello world!
The actual output is
Hello world!
i.e. the space at the beginning is lost.

This is likely caused by the embedding of the output in a "span" tag
instead of a "pre" tag.

Original issue reported on code.google.com by andre.ro...@gmail.com on 19 Dec 2006 at 11:45

GoogleCodeExporter commented 8 years ago
Fixed in Andre's version.

Original comment by andre.ro...@gmail.com on 30 Dec 2006 at 2:24