ruricolist / spinneret

Common Lisp HTML5 generator
MIT License
369 stars 26 forks source link

Line breaks should not be made automagically when emitting a <pre> #39

Closed dfmorrison closed 4 years ago

dfmorrison commented 4 years ago

I don't think line breaks should be automagically inserted when emitting a <pre>. This appears to be a slightly different issue than the spaces.

ruricolist commented 4 years ago

Can you give me an example of this one?

Examples are helpful for understanding the problem, and they also let me add regression tests.

ruricolist commented 4 years ago

Does fixing #41 fix this as well?

dfmorrison commented 4 years ago

Well, this is embarrassing. I see I never entered an example, which was pretty stupid of me. But worse, now, I seem unable to reproduce what I think was the issue I thought, or perhaps imagined, I was seeing. Sorry about that!